Hi Robert This stuff gets tricky to explain. The problem with the following example isn't so much that there's a line break missing before the three backticks, as that the previous paragraph needs a terminating double line break in order for it to be recognised as a paragraph:
text of previous paragraph ``` monospaced ``` I've done my best to clarify things here: https://github.com/Jermolene/TiddlyWiki5/commit/2bc9a7b1150fe30b9607ee24887bbab609a2b851 Best wishes Jeremy. On Fri, Oct 24, 2014 at 12:58 PM, Robert Edwards <[email protected]> wrote: > Makes sense. Perhaps a note could be added in the docs mentioning that? As > I mentioned in the other post, the docs say only that the triple-backticks > must be at the beginning of a line and followed by a newline, not that they > must also be preceded by a newline. > > Cheers! > > > > On Thursday, October 23, 2014 7:37:08 PM UTC-4, PMario wrote: >> >> >> On Thursday, October 23, 2014 10:04:59 PM UTC+2, Robert Edwards wrote: >>> >>> I noticed in your example you have the two newlines before the first set >>> of backticks. Is that correctly required? The docs here: >>> >> >> yes. That's required for TW5 paragraph handling. So if there is no double >> linebreak, TW parser things everything belongs together. >> >> clone from ... will be a paragraph >> >> ``` >> ssh: ... will be a <pre><code> block >> ``` >> >> -m >> >> -- Jeremy Ruston mailto:[email protected] -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/tiddlywiki. For more options, visit https://groups.google.com/d/optout.

