TiddlyWiki5/editions/tw5.com/tiddlers/wikitext/Paragraphs in WikiText.tid

21 wiersze
442 B
Plaintext

created: 20131205155836435
modified: 20131205155853526
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">>