Xavier Coulon

Results 26 issues of Xavier Coulon

Hello, First, thanks a lot for maintaining this project, it's a great library! I'm currently using it in https://github.com/bytesparadise/libasciidoc and it's working really well 🙌 However, since https://github.com/mna/pigeon/commit/9fec3898cef80afe60fbe5df398fceca513566b8 was merged,...

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

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

allow for `(parser/renderer)` scopes in the changelog also, include a section for the `refactoring` changes.

area/project
type/chore

comma-separated attributes -> logical OR plus-separated attributes -> logical AND eg: ``` ifdef::backend-html5,backend-docbook5[Only shown when converting to HTML5 or DocBook 5.] ifdef::env-github+backend-html5[Only shown when converting to HTML5 on GitHub.] ```

type/feature
area/parser

Libasciidoc does not provide a CSS yet, so by default there is no style in the document. The current workaround is to use the `-css` command-line flag. So what's missing...

type/feature
area/renderer