From 0e31483d4358a6d2b4ba96c71237e3f7b32979a1 Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Wed, 4 Sep 2019 14:56:37 -0700 Subject: asciidoc writer: don't include `+` in code blocks for regular asciidoc. This is asciidoctor-specific. Amends 98ee6ca289ad7117b7336a57bcfc6f4b54463f4e. --- test/writer.asciidoc | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'test') diff --git a/test/writer.asciidoc b/test/writer.asciidoc index ab3347b63..237e4a70b 100644 --- a/test/writer.asciidoc +++ b/test/writer.asciidoc @@ -423,7 +423,7 @@ So is *_this_* word. So is *_this_* word. -This is code: `+>+`, `+$+`, `+\+`, `+\$+`, `++`. +This is code: `>`, `$`, `\`, `\$`, ``. [line-through]*This is _strikeout_.* @@ -446,7 +446,7 @@ spaces: a^b c^d, a~b c~d. `He said, ``I want to go.''' Were you alive in the 70’s? -Here is some quoted ``+code+`' and a ``http://example.com/?foo=1&bar=2[quoted +Here is some quoted ``code`' and a ``http://example.com/?foo=1&bar=2[quoted link]''. Some dashes: one—two — three—four — five. @@ -476,11 +476,11 @@ latexmath:[$\alpha + \omega \times x^2$]. These shouldn’t be math: -* To get the famous equation, write `+$e = mc^2$+`. +* To get the famous equation, write `$e = mc^2$`. * $22,000 is a _lot_ of money. So is $34,000. (It worked if ``lot'' is emphasized.) * Shoes ($20) and socks ($5). -* Escaped `+$+`: $73 _this should be emphasized_ 23$. +* Escaped `$`: $73 _this should be emphasized_ 23$. Here’s a LaTeX table: @@ -610,7 +610,7 @@ ____ Blockquoted: http://example.com/ ____ -Auto-links should not occur here: `++` +Auto-links should not occur here: `` .... or here: @@ -635,7 +635,7 @@ anywhere after the footnote reference. It need not be placed at the end of the document.] and another.[multiblock footnote omitted] This should _not_ be a footnote reference, because it contains a space.[^my note] Here is an inline note.footnote:[This is _easier_ to type. Inline notes may contain -http://google.com[links] and `+]+` verbatim characters, as well as [bracketed +http://google.com[links] and `]` verbatim characters, as well as [bracketed text].] ____ -- cgit v1.2.3