diff options
| author | damon-sava-stanley <[email protected]> | 2022-02-12 00:37:00 -0500 |
|---|---|---|
| committer | GitHub <[email protected]> | 2022-02-11 21:37:00 -0800 |
| commit | 01ec1ac43a489fd0261834775e761ad1d6c5a663 (patch) | |
| tree | bebb1b1aa3fafbfe89757280893939c69c8a5010 /test/command/toc.md | |
| parent | 899feec4d341cf464e9fc6d72e40477ac7fbac15 (diff) | |
Put id attributes on TOC entries #7907 (#7913)
Naming scheme of id is "toc-" + id of linked to header/section.
In Shared, will effect HTML, Markdown, Powerpoint, and RTF.
Diffstat (limited to 'test/command/toc.md')
| -rw-r--r-- | test/command/toc.md | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/test/command/toc.md b/test/command/toc.md index 543f97ba9..7474955e5 100644 --- a/test/command/toc.md +++ b/test/command/toc.md @@ -16,12 +16,12 @@ ## e ::: ^D -- [A](#a) - - [b](#b) -- [B](#b-1) - - [b](#b-2) -- [E](#e) - - [e](#e-1) +- [A](#a){#toc-a} + - [b](#b){#toc-b} +- [B](#b-1){#toc-b-1} + - [b](#b-2){#toc-b-2} +- [E](#e){#toc-e} + - [e](#e-1){#toc-e-1} # A |
