1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2024-07-01 01:33:16 +00:00
TiddlyWiki5/editions/classicparserdemo/tiddlers/Horizontal Rules.tid
2014-09-01 23:29:25 +02:00

26 lines
350 B
Plaintext

created: 20130211150739000
creator: tobibeer
modified: 20140415164242103
modifier: andrewstern
tags: Formatting
title: Horizontal Rules
type: text/x-tiddlywiki
!Summary
Use four dashes on a line or the HTML tag {{{<hr>}}} to produce a horizontal rule.
!Markup
{{{
before
----
after
}}}
or
{{{
before<hr>after
}}}
''Displays as:''
before
----
after