From 4c20feb6cc7d44e4f95ac81de8d4ee947c4dc590 Mon Sep 17 00:00:00 2001 From: Madison Scott-Clary Date: Wed, 22 Apr 2020 14:15:07 -0700 Subject: [PATCH] update from sparkleup --- tech/md-ext/editing.html | 38 +++++++++++++++++++++++++++----------- 1 file changed, 27 insertions(+), 11 deletions(-) diff --git a/tech/md-ext/editing.html b/tech/md-ext/editing.html index ed6024f86..29a4a04bf 100644 --- a/tech/md-ext/editing.html +++ b/tech/md-ext/editing.html @@ -16,27 +16,43 @@

What it does

I want to be able to have editing comments in Markdown, so I came up with some extensions to the syntax. The goal should be for the text to still be at least mostly readable.

+
This is a +{new} addition
+
+This -{this} word is removed
+
+I say, ~{out with the old}{in with the new}
+
+Here !{just a comment} is a line with a comment
+
+You can also ?{add comments to some text}(Like this)
+
+All -{new}(Redundant (Makyo)) edit marks can have comments with attributions and dates +{like this}(See? (Makyo 2020-04-22)) (though it's ignored with comments !{like this}(won't show))
+
+Bottom text
+
+ +

This is a new addition

This this word is removed

I say, out with the oldin with the new

Here just a comment is a line with a comment

You can also add comments to some textLike this

All newRedundantMakyo edit marks can have comments with attributions and dates like thisSee?Makyo2020-04-22 (though it's ignored with comments like this)

-

Text after

+

Bottom text

How to use it

default_config = {
     'tag_tuple': ('<div class="verse">', '</div>'),