home.social

#asciidoc — Public Fediverse posts

Live and recent posts from across the Fediverse tagged #asciidoc, aggregated by home.social.

  1. 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?

    #ASCIIDoc #ASCIIDoctor

  2. 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: github.com/webmaven/asciidoctr

    Docs: webmaven.github.io/asciidoctri

    Changelog: webmaven.github.io/asciidoctri

    Get the package: pypi.org/project/asciidoctrine

  3. 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 kramdown.gettalong.org/quickre for an example