mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-11-06 10:06:19 +00:00
22 lines
406 B
Plaintext
22 lines
406 B
Plaintext
|
created: 20131205161234909
|
||
|
modified: 20131205161256525
|
||
|
tags: wikitext
|
||
|
title: Headings in WikiText
|
||
|
type: text/vnd.tiddlywiki
|
||
|
|
||
|
Headings are specified with one or more 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:
|
||
|
|
||
|
```
|
||
|
!.myStyle This heading has the class `myStyle`
|
||
|
```
|