mirror of
https://github.com/osmarks/mycorrhiza.git
synced 2025-12-08 01:18:14 +00:00
Add the new supertext syntax to the toolbar
This commit is contained in:
@@ -20,7 +20,7 @@
|
||||
{"italic", "wrapItalic()", "<i>//Italic//</i>"},
|
||||
{"highlighted", "wrapHighlighted()", "<mark>!!Highlight!!</mark>"},
|
||||
{"monospace", "wrapMonospace()", "<code>`Monospace`</code>"},
|
||||
{"lifted", "wrapLifted()", "<sup>^Lifted^</sup>"},
|
||||
{"lifted", "wrapLifted()", "<sup>^^Lifted^^</sup>"},
|
||||
{"lowered", "wrapLowered()", "<sub>,,Lowered,,</sub>"},
|
||||
{"strikethrough", "wrapStrikethrough()", "<strike>~~Strikethrough~~</strike>"},
|
||||
{"rocket", "insertRocket()", "=> rocketlink"},
|
||||
|
||||
Reference in New Issue
Block a user