• Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
    Dedicated community for Japanese speakers
  • 한국 커뮤니티
    Dedicated community for Korean speakers
Exit
0

Why doesn't code retain color hints when posted?

LEGEND ,
Mar 16, 2021 Mar 16, 2021

Copy link to clipboard

Copied

When I post code I use the </> option, but the helpful color hints disappear once posted. Why?

const aiApp = Application('Adobe Illustrator')
aiApp.includeStandardAdditions = true
const doc = aiApp.documents[0]
aiApp.activate()
newEllipse = doc.layer[0].Ellipse({
    left: 100,
    top: -100,
    width: 400,
    height: 200,
    reversed: false,
    inscribed: true
})
newEllipse.make()

 

This is how it looks before posting:

rcraighead_0-1615928765332.png

 

Views

72

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Adobe
Community Expert ,
Mar 16, 2021 Mar 16, 2021

Copy link to clipboard

Copied

LATEST

Since day #1, code syntax highlighting has never worked right on this Khoros platform.  It is what it is... sigh 😞

 

 

Nancy O'Shea— Product User, Community Expert & Moderator
Alt-Web Design & Publishing ~ Web : Print : Graphics : Media

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines