Skip to content

Commit 5a44217

Browse files
Update
1 parent c4743be commit 5a44217

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

t-o-c/about.page

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ Configuration data are available in `.\lot\x\t-o-c\state.php`.
1919

2020
#### Custom Header ID
2121

22-
You have the full control to determine your own header ID using the **Markdown Extra** syntax or with plain HTML markup. This extension will not overwrite the specific ID that you have specified in the header:
22+
You have the full control to determine your own header ID using the Markdown Extra syntax or with plain HTML markup. This extension will not overwrite the specific ID that you have specified in the header:
2323

2424
~~~ .markdown
2525
#### Header Special {#special}

t-o-c/state.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@
1111
'type' => 1,
1212
'id' => [
1313
0 => 't-o-c:%s',
14-
1 => 'stage:%s',
15-
2 => 'a:%s'
14+
1 => 'to:%s',
15+
2 => 'from:%s'
1616
],
1717
'class' => [
1818
0 => 't-o-c',

0 commit comments

Comments
 (0)