markup
markup copied to clipboard
Determines which markup library to use to render a content file (e.g. README) on GitHub
Using a ruby wrapper around pandoc removes the reliance on system level python3 + docutils lib. This change removes any inconsistency that comes from varying versions of python3 and docutils.
There's variety in the way different versions of docutils work with different versions of python3, this has been causing dependency issues. This PR removes all reliance on python and docutils,...
I get we need to be careful about how we write Github markdown and respect the standard. We can't expect to dump a bunch of crufty crap in a file...
Textile language link now leads to something completely different - replace the link with the current official one
Financial reporting: Prepare financial reports and statements, such as balance sheets, income statements, and cash flow statements. Ensure their accuracy and compliance with accounting principles. Cash flow management: Oversee the...
The initial_header_level, set to 2, causes 2 problems: 1. When including a TOC, it will have an empty first level, which just looks really bad. 2. It differs from the...
AsciiDoc underline does not work. I tried this code that was taken directly from the Asciidoc website: Where did all the [.underline]#cores# go? The result was a sentence without any...
Nested numbered lists seem to not be recognized in gists. Check out a minimal example here: https://gist.github.com/wolf99/fa4048c083d97340b5dfe31573579806 It works on GitHub main and in issues, as can be seen here:...
I would like to implement an image that changes according to the GitHub theme and has an embedded link. Is there a way to achieve this? Like the example below:...
Hello GitHub Team, I am encountering an issue with Mermaid diagrams not rendering in the GitHub app. Instead of displaying the diagrams, the app shows only the raw Mermaid code....