2022-05-14 12:31:36 +00:00
|
|
|
caption: Headings
|
2013-12-05 16:21:10 +00:00
|
|
|
created: 20131205161234909
|
2022-05-14 12:31:36 +00:00
|
|
|
modified: 20220513110830487
|
2014-09-11 08:15:58 +00:00
|
|
|
tags: WikiText
|
2013-12-05 16:21:10 +00:00
|
|
|
title: Headings in WikiText
|
|
|
|
type: text/vnd.tiddlywiki
|
|
|
|
|
2019-04-12 10:44:58 +00:00
|
|
|
Headings are specified with one up to six leading `!` characters:
|
2013-12-05 16:21:10 +00:00
|
|
|
|
|
|
|
```
|
|
|
|
! 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:
|
|
|
|
|
2022-05-14 12:31:36 +00:00
|
|
|
<<wikitext-example src:"""!!.myStyle This heading has the class `myStyle`""">>
|