1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2024-07-08 04:54:23 +00:00
TiddlyWiki5/editions/tw5.com/tiddlers/wikitext
Jermolene 06a0d21734 Use double linebreaks to indicate content of a widget or html element should be parsed in block mode
Fixes #82.

The old behaviour was to parse the content of a widget or html element
in block mode if the opening tag was followed by a line break. The new
behaviour requires two line breaks.

This makes it possible to include linebreaks more liberally within
wikitext, although care must still be taken to only use double line
breaks when the block mode behaviour is desired.

The code change here is very simple, just a single line change in
html.js. Most of the other changes are to convert various single line
breaks into double line breaks.
2014-02-20 21:42:31 +00:00
..
Block Quotes in WikiText.tid Remove modifier and creator fields from tiddlers in tw5.com 2013-12-11 07:57:12 +00:00
Code Blocks in WikiText.tid Docs update 2014-02-14 19:28:44 +00:00
Dashes in WikiText.tid Remove modifier and creator fields from tiddlers in tw5.com 2013-12-11 07:57:12 +00:00
Definitions in WikiText.tid Remove modifier and creator fields from tiddlers in tw5.com 2013-12-11 07:57:12 +00:00
Formatting in WikiText.tid Update docs for double backtick syntax 2013-12-30 12:13:23 +00:00
Hard Linebreaks in WikiText.tid Add parser rule for hard linebreaks 2013-12-14 17:05:57 +00:00
Headings in WikiText.tid Remove modifier and creator fields from tiddlers in tw5.com 2013-12-11 07:57:12 +00:00
Horizontal Rules in WikiText.tid Remove modifier and creator fields from tiddlers in tw5.com 2013-12-11 07:57:12 +00:00
HTML in WikiText.tid Use double linebreaks to indicate content of a widget or html element should be parsed in block mode 2014-02-20 21:42:31 +00:00
Images in WikiText.tid Remove modifier and creator fields from tiddlers in tw5.com 2013-12-11 07:57:12 +00:00
Linking in WikiText.tid Adjust references to five.tiddlywiki.com 2013-12-15 16:53:10 +00:00
Lists in WikiText.tid Remove modifier and creator fields from tiddlers in tw5.com 2013-12-11 07:57:12 +00:00
Macros in WikiText.tid Docs updates 2014-02-11 19:10:17 +00:00
Paragraphs in WikiText.tid Add parser rule for hard linebreaks 2013-12-14 17:05:57 +00:00
Styles and Classes in WikiText.tid Remove modifier and creator fields from tiddlers in tw5.com 2013-12-11 07:57:12 +00:00
Tables in WikiText.tid Docs tweaks 2014-01-25 14:47:25 +00:00
Transclusion in WikiText.tid Docs updates 2014-01-07 11:57:42 +00:00
Typed Blocks in WikiText.tid Update Typed Blocks documentation 2014-01-20 17:14:38 +00:00
Widgets in WikiText.tid Use double linebreaks to indicate content of a widget or html element should be parsed in block mode 2014-02-20 21:42:31 +00:00