> I don't get it: I am saying that in single backticks whitespace is > combined and in triple backticks they are preserved. > This is all backticks. > Are you saying that single backticks is considered just WikiText? >
My apologies, I misunderstood your original post. Hopefully, I've fixed the bug with merged whitespace in single backtacks: https://github.com/Jermolene/TiddlyWiki5/commit/1a6c7c6e20df28c0f0f14a55ea33f6cb09d5bd87 Please give it a go and let me know how you get on, Best wishes Jeremy > On Friday, September 27, 2013 10:17:41 AM UTC+3, Jeremy Ruston wrote: > >> Hi Branimir >> >> The behaviour you are seeing is by design: adjacent white space in >> wikitext is merged into a single space, just like HTML itself. Backticks >> switch to code mode, where white space is preserved. >> >> Is there a situation where this is unexpected, or a problem? >> >> Best wishes >> >> Jeremy >> — >> Sent from Mailbox <https://www.dropbox.com/mailbox> for iPad >> >> >> On Fri, Sep 27, 2013 at 8:15 AM, Branimir Braykov <[email protected]>wrote: >> >>> I hope it is really a but and can be fixed, because: >>> >>> 1. If I write `a b` - this is 3 spaces. They render as a b and 3 >>> spaces become one. >>> 2. If I write like: >>> >>> ``` >>> a b >>> ``` >>> >>> this renders correctly as a b >>> >>> -- >>> You received this message because you are subscribed to the Google >>> Groups "TiddlyWikiDev" group. >>> To unsubscribe from this group and stop receiving emails from it, send >>> an email to tiddlywikide...@**googlegroups.com. >>> To post to this group, send email to [email protected]**. >>> >>> Visit this group at >>> http://groups.google.com/**group/tiddlywikidev<http://groups.google.com/group/tiddlywikidev> >>> . >>> For more options, visit >>> https://groups.google.com/**groups/opt_out<https://groups.google.com/groups/opt_out> >>> . >>> >> >> -- > You received this message because you are subscribed to the Google Groups > "TiddlyWikiDev" 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/tiddlywikidev. > For more options, visit https://groups.google.com/groups/opt_out. > -- Jeremy Ruston mailto:[email protected] -- You received this message because you are subscribed to the Google Groups "TiddlyWikiDev" 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/tiddlywikidev. For more options, visit https://groups.google.com/groups/opt_out.
