asciidoctor / asciidoctor-vscode

AsciiDoc support for Visual Studio Code using Asciidoctor
Other
330 stars 97 forks source link

Callout and Syntax Highlighting in code blocks #884

Open GitHub2022 opened 4 months ago

GitHub2022 commented 4 months ago

Hi,

i am using Apple M1, vscode and this plugin.

I am using the following highlighter, since all the other options are not available (The valid options for are coderay, prettify, and pygments) :source-highlighter: highlight.js

In vscode i can not see that the callouts are not rendered properly in the preview. Why is that? Should it be like that?

Also i can not make any additional highligthings within the code block. For example bold for one line or changing the background color for a specific line to make it visible what changed between code blocks.

Is there any way to do it?