asciidoctor-vscode
asciidoctor-vscode copied to clipboard
AsciiDoc support for Visual Studio Code using Asciidoctor
## Description When I include links in a plantuml, they render correctly in the preview panel as underlined blue text. However they are not clickable. I use the SVG format...
Hi there, This issue is exactly the same as #79, but now for M1 macs. The error message is: ``` Error downloading https://github.com/joaompinto/wkhtmltopdf/releases/download/v0.0.1/wkhtmltopdf-darwin-arm64.gz Error: http error404 ``` Specifically, we need...
this is WIP I am not sure where to create the contentCatalog (I guess when the Antora support is activated?)
## Description When a document gets up to >2000 lines, typing causes high instantaneous CPU usage and long lags in preview window ## System Information ``` Version: 1.67.2 Commit: c3511e6c69bb39013c4a4b7b9566ec1ca73fc4d5...
## Description Previously in version 2.9.8, I was able to "override" syntax highlighting within source blocks by using [text spans and built-in roles](https://docs.asciidoctor.org/asciidoc/latest/text/text-span-built-in-roles/). For example, when I wrote this in...
## Description This table: ```adoc [cols="1,1,1,1,1"] [caption="Table {counter:table-number}: This is a Table", reftext="{table-caption} {table-number}", title="", id="some_table"] |=== |*Column1*|*Column2*|*Column3*|*Column4*|*Column5* .2+| Rows 1:2, Col 1 | Row 1, Col 2 | Row...
This is an example issue. Use just the headings and fill out all necessary information. Screenshots & Files and Additional Context are optional. ## Description My custom stylesheet does not...
- Upgrade target from es6 to es2020 (to reduce bundle size) - Upgrade minimum VS code version to 1.60.0 #### TODO - [ ] make sure that localization is still...
Resolves #433. Still working on this and need to think about acceptance criteria, testing on Mac/Windows, options which need to be added for asciidoctor-web-pdf etc.
When I'm looking at the rendered preview of an AsciiDoc file, I'd love to be able to see what sections of the file are includes, and the files that are...