A Regexp-based Markdown to Html Converter that expects input text to have already been sanitized.
Ideal for use in simple conversions where the output can be verified / is not critical.
Code Coverage: 90.9%
- Bolding
- Italics
- Strikethrough
- Headers
- Blockquotes
- Images
- Links
- Linebreaks (all kinds specified by Unicode standard)
- Code tag (single line only)
- No unordered/ordered list support
- No multi-line support
- The repeating nature of the converter means that some nested Markdown syntax cases will be converted
- Undefined behavior for some edge cases
- Not enough tests!