mirror of
https://github.com/osmarks/mycorrhiza.git
synced 2025-12-07 17:08:07 +00:00
Make the toolbar have ++ and __
Also, upgrade mycomarkup, whatever
This commit is contained in:
@@ -18,7 +18,8 @@
|
||||
{"heading3", "insertHeading3()", "### heading"},
|
||||
{"bold", "wrapBold()", "<b>**Bold**</b>"},
|
||||
{"italic", "wrapItalic()", "<i>//Italic//</i>"},
|
||||
{"highlighted", "wrapHighlighted()", "<mark>!!Highlight!!</mark>"},
|
||||
{"highlighted", "wrapHighlighted()", "<mark>++Highlight++</mark>"},
|
||||
{"underline", "wrapUnderline()", "<u>__Underline__</u>"},
|
||||
{"monospace", "wrapMonospace()", "<code>`Monospace`</code>"},
|
||||
{"lifted", "wrapLifted()", "<sup>^^Lifted^^</sup>"},
|
||||
{"lowered", "wrapLowered()", "<sub>,,Lowered,,</sub>"},
|
||||
|
||||
Reference in New Issue
Block a user