Hacker News new | ask | show | jobs
by Terretta 652 days ago
I wonder if your template (love you used GitHub's template tooling!) could also demonstrate that GitHub has a GFA (GitHub Flavored AsciiDoc) by leveraging the env-github directive for things such as your images that otherwise appear as broken in the template:

https://gist.github.com/dcode/0cfbf2699a1fe9b46ff04c41721dda...

To others reading along, admonitions or callouts, noted here as key motivations for asciidoc, are supported in quite a few flavors of Markdown, but specifically GitHub Flavored Markdown:

https://github.com/orgs/community/discussions/16925

This handles Note, Tip, Important, Warning, Caution.

(After years of incremental work, a suggestion last week complains it's not using mkdocs admonition syntax -- it must be a pain to make custom extensions for a global userbase.)