mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-11-04 09:06:18 +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.
22 lines
513 B
Plaintext
22 lines
513 B
Plaintext
created: 20131109105400007
|
|
modified: 20140119201607494
|
|
title: ReleaseHistory
|
|
type: text/vnd.tiddlywiki
|
|
|
|
Here are the details of recent releases of TiddlyWiki5. See [[TiddlyWiki5 Versioning]] for details of how releases are named.
|
|
|
|
<$list filter="[tag[releasenote]!sort[created]]">
|
|
|
|
<div>
|
|
|
|
<h1><$link to={{!!title}}><$view field="title"/></$link></h1>
|
|
<div>''Release date: <$view field="released" format="date" template="DDth MMM YYYY at 0hh:0mm">TBA</$view>''</div>
|
|
<div>
|
|
|
|
<$transclude/>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</$list> |