Skip to content

Commit 2c13717

Browse files
committed
add table of contents to article template
1 parent 7c3addf commit 2c13717

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

contribute.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,9 @@ New articles should follow this outline:
3131
This is a multi-line abstract about this article. It should give a good overview about the contents of this article, the reason for writing it, and what the article delivers. The abstract is put in the "front-matter" of the document (YAML between the initial `---`'s) so that it can easily be reused else where in the site.
3232
---
3333

34+
* This will become a table of contents (this text will be scraped). This is required by Maruku (our markdown engine).
35+
{:toc}
36+
3437
# {{ page.title }}
3538

3639
## Abstract

0 commit comments

Comments
 (0)