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
Code Blocks in WikiText.tid
Dashes in WikiText.tid
Definitions in WikiText.tid
Formatting in WikiText.tid
HTML in WikiText.tid
Hard Linebreaks in WikiText.tid
Headings in WikiText.tid
Horizontal Rules in WikiText.tid
Images in WikiText.tid
Linking in WikiText.tid
Lists in WikiText.tid
Macros in WikiText.tid
Paragraphs in WikiText.tid
Styles and Classes in WikiText.tid
Tables in WikiText.tid
Transclusion in WikiText.tid
Typed Blocks in WikiText.tid
Widgets in WikiText.tid