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 @@
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.
new text
old text
oldnew
la de dacomment
-{bad wolf
}(STET)
+{new text}
-{old text}
~{old}{new}
?{la de da}(comment)
!{-{bad wolf}}(STET)
oldnewcomment
etcnewcommentCommenter
oldcommentCommenter2020-04-21
la de da^note
... (^note): comment
la de dasome *markup*
~{old}{new}(comment)
etc+{new}(comment (Commenter))
-{old}(comment (Commenter 2020-04-21))
?{la de da}(^note) ... (^note): comment
?{la de da}(some *markup*)
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 new edit marks can have comments with attributions and dates like thisRedundantMakyo
See?Makyo2020-04-22
(though it's ignored with comments like this
)
Text after
+Bottom text
default_config = {
'tag_tuple': ('<div class="verse">', '</div>'),