mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-11-07 18:39:57 +00:00
14 lines
273 B
Plaintext
14 lines
273 B
Plaintext
|
title: Line Break Formatting
|
||
|
modifier: psd
|
||
|
created: 20110211143101
|
||
|
modified: 20110215151912
|
||
|
tags: formatting
|
||
|
creator: matt
|
||
|
|
||
|
Line breaks can be forced explicitly:
|
||
|
{{{
|
||
|
Some text with a<br>line break in the middle
|
||
|
}}}
|
||
|
Displays as:
|
||
|
Some text with a<br>line break in the middle
|