mirror of
https://git.mirrors.martin98.com/https://github.com/google/draco
synced 2025-08-12 03:39:06 +08:00
Make spec table of contents collapsible.
Spec's TOC is very long. This adds a button to toggle collapse-reveal of TOC. Initially collapsed.
This commit is contained in:
parent
6eb4920e64
commit
1a4bc8d37a
@ -1,4 +1,8 @@
|
||||
**Contents**
|
||||
<a class="btn btn-primary" role="button" data-toggle="collapse" href="#contents" aria-expanded="false" aria-controls="contents">Contents</a>
|
||||
|
||||
<div id="contents" class="collapse" markdown="1">
|
||||
|
||||
* TOC
|
||||
{:toc}
|
||||
|
||||
</div>
|
Loading…
x
Reference in New Issue
Block a user