mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-11-17 15:24:50 +00:00
06a0d21734
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. |
||
---|---|---|
.. | ||
Block Quotes in WikiText.tid | ||
Code Blocks in WikiText.tid | ||
Dashes in WikiText.tid | ||
Definitions in WikiText.tid | ||
Formatting in WikiText.tid | ||
Hard Linebreaks in WikiText.tid | ||
Headings in WikiText.tid | ||
Horizontal Rules in WikiText.tid | ||
HTML 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 |