mirror of
https://github.com/apache/zeppelin
synced 2026-05-24 09:38:26 +00:00
Remove useless back slash
This commit is contained in:
parent
b58183baee
commit
2f7520b324
1 changed files with 1 additions and 1 deletions
|
|
@ -77,7 +77,7 @@ All documents are structured with headings. From these headings, you can automat
|
|||
## Table of contents(TOC)
|
||||
|
||||
```
|
||||
\<div id="toc"></div>
|
||||
<div id="toc"></div>
|
||||
```
|
||||
|
||||
Add this line below `# main title` in order to generate a **Table of Contents**. Headings until `### (Level-3 heading)` are included to TOC.
|
||||
|
|
|
|||
Loading…
Reference in a new issue