mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-11-01 15:46:18 +00:00
f1299120a6
* fix parsing error with spaces before reEndString, update docs to clarify block mode inside block quotes. * additional advanced example * oops, convert spaces back to tabs. * reset indentation * final tabs * missed some * wikitext classes are appended to other leading wikitext, no need to skip whitespace here.
22 lines
868 B
Plaintext
22 lines
868 B
Plaintext
caption: Hard Linebreaks
|
|
created: 20131214165710101
|
|
modified: 20240512001649319
|
|
tags: WikiText
|
|
title: Hard Linebreaks in WikiText
|
|
type: text/vnd.tiddlywiki
|
|
|
|
The usual handling of [[paragraphs in wikitext|Paragraphs in WikiText]] causes single line breaks to be ignored, and double linebreaks to be interpreted as the end of a paragraph.
|
|
|
|
This behaviour isn't convenient when dealing with material that incorporates hard linebreaks - for instance, poetry. You can mark a block of content as containing hard line breaks like this:
|
|
|
|
<<wikitext-example src:'"""
|
|
This is a line
|
|
and this is a new line
|
|
while this is yet another line
|
|
and this is the final one
|
|
apart from this one
|
|
"""
|
|
|
|
'>>
|
|
|
|
<<.tip 'Note: <strong>Hard Linebreaks in ~WikiText</strong> require an extra blank line after the trailing `"""` before the parser will return to [[block mode|Block Mode WikiText]].'>>. |