1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2024-07-04 19:23:29 +00:00
TiddlyWiki5/editions/tw5.com/tiddlers/wikitext/Paragraphs in WikiText.tid
Jermolene 1fddcf075f Big docs update
Finally sorting out the wikitext documentation
2013-12-05 16:21:10 +00:00

23 lines
487 B
Plaintext

created: 20131205155836435
creator: JeremyRuston
modified: 20131205155853526
modifier: JeremyRuston
tags: wikitext
title: Paragraphs in WikiText
type: text/vnd.tiddlywiki
To mark the end of a paragraph in TiddlyWiki you need to type `enter` twice to create a double line break:
```
This is the first paragraph.
And this is the second paragraph.
```
Single line breaks are ignored within paragraphs. For example:
<<wikitext-example src:"This is a
paragraph made
up of
short lines">>