2015-08-31 18:50:56 +00:00
|
|
|
title: $:/plugins/tiddlywiki/text-slicer/templates/static/paragraph
|
|
|
|
|
2015-09-04 07:42:07 +00:00
|
|
|
<$list filter="""[all[current]] $(tv-exclude-filter)$ +[limit[1]]""" variable="item">
|
2015-08-31 18:50:56 +00:00
|
|
|
|
2015-10-08 17:04:24 +00:00
|
|
|
`<p class="`{{||$:/plugins/tiddlywiki/text-slicer/templates/static/helpers/classes}}`">`
|
2015-08-31 18:50:56 +00:00
|
|
|
|
2015-09-11 12:33:58 +00:00
|
|
|
<$view field="text" format="htmlencodedplainwikified"/>
|
2015-09-01 08:59:23 +00:00
|
|
|
|
2015-09-11 12:33:58 +00:00
|
|
|
`</p>`
|
2015-09-01 08:59:23 +00:00
|
|
|
|
2015-09-11 12:33:58 +00:00
|
|
|
</$list>
|