mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-11-02 16:16:18 +00:00
61db047870
Changed the example to use the **wikitext-example** macro and pointed out that wikitext only works till `<h6>`
21 lines
449 B
Plaintext
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`">>
|