libasciidoc icon indicating copy to clipboard operation
libasciidoc copied to clipboard

A Golang library for processing Asciidoc files.

Results 61 libasciidoc issues
Sort by recently updated
recently updated
newest added

I am building a custom backend based of the `sgml` group. Basically a custom copy of the xhtml one. I was able to build a document setting: ``` :idprefix: :idseparator:...

increased size of chan between each step improves perfs on larger docs Signed-off-by: Xavier Coulon

For example, in a document such as: ``` = Article Title :appendix-caption: Exhibit :sectnums: :toc: == Section === Subsection [appendix] == First Appendix === First Subsection === Second Subsection [appendix]...

type/feature
area/renderer

Many technical documents require the presentation of mathematical equations and formulas. Right now, I am using the mathematical extension for Asciidoctor because it generates images (PNG or SVG) that work...

I could not make a Conver call work, because the README file fails to explain what a configuration structure is or how to generate one.

There are 3 options: * Remove prefix and use defaults. * Document tok- prefix rationale in the docs, provide sample chroma command to generate the CSS with the prefix. For...

type/feature
area/renderer

Use the new `$GITHUB_STEP_SUMMARY`environment variable to provide a summary of the bench. Also, remove the step which publishes the summary using `marocchino/sticky-pull-request-comment@v2` and use a regular `pull_request` trigger instead of...

type/refactor
area/bench

In particular: ``` Refer to xref:document-b.adoc#section-b[Section B] for more information. ``` should check if `document-b.adoc` was included or not in `document-a.adoc` and generate the link accordingly (removing the file or...

type/feature
area/renderer

Support open block masquerading via an attribute, such as: ``` [example] -- an example -- ```

type/feature
area/parser
area/renderer