Steppschuh / Java-Markdown-Generator

Java library to generate markdown
MIT License
230 stars 47 forks source link

Support non-standard emphasis #4

Open Steppschuh opened 7 years ago

Steppschuh commented 7 years ago

Inspired by hackmd.io syntax:

Superscript: 19^th^
Subscript: H~2~O
++Inserted text++
==Marked text==

Resulting in: rendered

markthegrea commented 7 years ago

We also do this:

A heading

This combines heading and bold. Any chance for that? I tried embedding them but no joy.