asciidoctor-vscode
asciidoctor-vscode copied to clipboard
AsciiDoc support for Visual Studio Code using Asciidoctor
Scroll sync between code and preview does not work correctly when using `include::` directives. The preview is scrolled as if the included content were not present and the wrong paragraphs...
Please provide details about: * What you're trying to do In big documents, it is often hard to see that a include link is broken. The preview shows ``` Unresolved...
This PR converts README / CHANGELOG to AsciiDoc. Note: - `git` is able to keep track of renames but only if there are only few changes involved while renaming. -...
problem: many users of asciidoctor would like to use antora as HTML site generation. however, the default image directory structure will be /docs/ROOT/module/images while the *.adoc are stored in /docs/ROOT/module/pages....
Hit the issue only once locally and once in a pipeline but still unexpected: * What you're trying to do: Executing `npm run test` on `master` * What happened: Test...
- Replace the current user/workspace setting by "Show a prompt to enable Antora support when an antora.yml file is detected". yes/no - Add a command to toggle Antora support on...
Please provide details about: * Pass the vscode ${workspaceFolder} to ascidoctor-vscode via settings * The path contains a leading slash (its a windows system and the path should start with...
I get the "We detect that you are working with Antora. Do you want to activate Antora support?" message with very high frequency. It is confusing to users of this...
## Problem I'm trying to write a verse with the delimited block syntax. However, this breaks syntax highlight for all content beneath the block. Problem shown below, reproduce by copying...
The borders in the red circle are not displayed. - Preview in VSCode extension  - Preview in Edge browser  AsciiDoc input: ``` .test |=== 16+|γ»testtest .5+|1 2.5+|1 2.3+|2...