2013-12-05 16:21:10 +00:00
|
|
|
created: 20131205155836435
|
2013-12-14 17:05:57 +00:00
|
|
|
modified: 20131214170445345
|
2014-09-11 08:15:58 +00:00
|
|
|
tags: WikiText
|
2013-12-05 16:21:10 +00:00
|
|
|
title: Paragraphs in WikiText
|
|
|
|
type: text/vnd.tiddlywiki
|
2014-09-11 08:15:58 +00:00
|
|
|
caption: Paragraphs
|
2013-12-05 16:21:10 +00:00
|
|
|
|
|
|
|
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">>
|
2013-12-14 17:05:57 +00:00
|
|
|
|
|
|
|
For situations where this behaviour isn't convenient, you can also use [[Hard Linebreaks in WikiText]].
|