From: Fletcher T. Penney Date: Sun, 12 Mar 2017 22:33:22 +0000 (-0400) Subject: CHANGED: Update QuickStart guide X-Git-Tag: 6.0.0-b2~1^2~3 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=e9af081a1f233d1e07d6fc28c070880011c5abe2;p=multimarkdown CHANGED: Update QuickStart guide --- diff --git a/QuickStart.fodt b/QuickStart.fodt index 06f4376..c782e8f 100644 --- a/QuickStart.fodt +++ b/QuickStart.fodt @@ -468,6 +468,14 @@ in terms of support for each output format. You can delete text, substitute one thingfor another, highlight text, and leave comments in the text. +If you don’t specify any command line options, then MMD will apply special +formatting to the CriticMarkup formatting as in the preceding paragraph. +Alternatively, you can use the -a\--accept or -r\--reject options to cause +MMD to accept or reject, respectively, the proposed changes within the CM +markup. When doing this, CM will work across blank lines. Without either of +these two options, then CriticMarkup that spans a blank line is not recognized +as such. I working on options for this for the future. + Emph and Strong The basics of emphasis and strong emphasis are unchanged, but the parsing diff --git a/QuickStart.html b/QuickStart.html index 062d55e..b42ce25 100644 --- a/QuickStart.html +++ b/QuickStart.html @@ -182,6 +182,14 @@ in terms of support for each output format. You can insert text, delete text, substitute one thingfor another, highlight text, and leave comments in the text.

+

If you don’t specify any command line options, then MMD will apply special +formatting to the CriticMarkup formatting as in the preceding paragraph. +Alternatively, you can use the -a\--accept or -r\--reject options to cause +MMD to accept or reject, respectively, the proposed changes within the CM +markup. When doing this, CM will work across blank lines. Without either of +these two options, then CriticMarkup that spans a blank line is not recognized +as such. I working on options for this for the future.

+

Emph and Strong

The basics of emphasis and strong emphasis are unchanged, but the parsing diff --git a/QuickStart.pdf b/QuickStart.pdf index d3f60d3..2145d9d 100644 Binary files a/QuickStart.pdf and b/QuickStart.pdf differ diff --git a/QuickStart.txt b/QuickStart.txt index 017c75c..f9272bc 100644 --- a/QuickStart.txt +++ b/QuickStart.txt @@ -166,6 +166,14 @@ in terms of support for each output format. You can {++insert text++}, {--delete text--}, substitute {~~one thing~>for another~~}, {==highlight text==}, and {>>leave comments<<} in the text. +If you don't specify any command line options, then MMD will apply special +formatting to the CriticMarkup formatting as in the preceding paragraph. +Alternatively, you can use the `-a\--accept` or `-r\--reject` options to cause +MMD to accept or reject, respectively, the proposed changes within the CM +markup. When doing this, CM will work across blank lines. Without either of +these two options, then CriticMarkup that spans a blank line is not recognized +as such. I working on options for this for the future. + ## Emph and Strong ##