#asciidoc — Public Fediverse posts
Live and recent posts from across the Fediverse tagged #asciidoc, aggregated by home.social.
-
Is there really no way with AsciiDoctor of defining a macro that expands to some token sequence with substitutions of the arguments without writing some Ruby / Java / JavaScript that is then not portable across implementations?
-
New alpha release of the AsciiDoctrine #Python #AsciiDoc parser v0.2.0a8. In this release:
- Lossless roundtrip AsciiDoc Serializer
- Media block macros
- Ordered list styles, checklist states
- Closer schema alignment with the standard
- LRU cache... and more!
Repo: https://github.com/webmaven/asciidoctrine/
Docs: https://webmaven.github.io/asciidoctrine/
Changelog: https://webmaven.github.io/asciidoctrine/changelog.html
Get the package: https://pypi.org/project/asciidoctrine/0.2.0a8/
-
Anyone here know if there's a way to make #AsciiDoctor support #Kramdown #Markdown style footnotes[^¹], as I'm not that fond of in-line footnotes?
I mean, the whole thing about *foot*notes to me is that their content is at the bottom, so they don't distract from the text I'm currently reading.
Sure, this is the case in the output with #AsciiDoc's inline #footnotes, but not in its source.(pinging @ljwrites)
[^¹]: see https://kramdown.gettalong.org/quickref.html#footnotes for an example