Problem For a small personal project, I am looking to convert an object to an ordered by SemVer Markdown list. […]
Tag: markdown
Creating MarkDown documents in ruby
Problem I’m trying to dynamically generate some MarkDown formatted documents, with header fields of arbitrary lengths. I want to have […]
Adding prefixes to headers in markdown
Problem I’m adding prefixes to headers in markdown using a script. For example, if I have: # Hello ## World […]
Print code-fenced sections of a Markdown document
Problem Original code and demo at this gist. Given a Markdown document like Here is some text, and some more […]
Formatter for converting links in a legacy markup to markdown
Problem This program converts legacy markup in the form seen in the tests to the resulting markdown seen in the […]