1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2024-06-18 11:29:55 +00:00
TiddlyWiki5/editions/tw5.com/tiddlers/wikitext/Headings in WikiText.tid
00SS 61db047870 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>`
2019-04-12 11:44:58 +01:00

21 lines
449 B
Plaintext

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