Docs: Update Headings in WikiText.tid (#3908)

Changed the example to use the **wikitext-example** macro and pointed out that wikitext only works till `<h6>`
This commit is contained in:
00SS 2019-04-12 17:44:58 +07:00 committed by Jeremy Ruston
parent 12b08b7abf
commit 61db047870
1 changed files with 3 additions and 5 deletions

View File

@ -1,11 +1,11 @@
created: 20131205161234909
modified: 20131205161256525
modified: 20190412000000000
tags: WikiText
title: Headings in WikiText
type: text/vnd.tiddlywiki
caption: Headings
Headings are specified with one or more leading `!` characters:
Headings are specified with one up to six leading `!` characters:
```
! This is a level 1 heading
@ -17,6 +17,4 @@ Headings are specified with one or more leading `!` characters:
CSS classes can be assigned to individual headings like this:
```
!.myStyle This heading has the class `myStyle`
```
<<wikitext-example src:"" "!!.myStyle This heading has the class `myStyle`">>