Add text explaining how to setup anchor links for blog posts (#2884)
This commit is contained in:
parent
6fc072f647
commit
d65889b8a8
1 changed files with 8 additions and 0 deletions
|
|
@ -21,6 +21,14 @@
|
|||
|
||||
<h3><strong>Links</strong></h3>
|
||||
<p><a href="https://dev.to">I'm an inline link</a>: <code>[I'm an inline link](put-link-here)</code></p>
|
||||
<p><a name="anchored">Anchored links</a> (For things like a Table of Contents)</p>
|
||||
<pre>
|
||||
## Table Of Contents
|
||||
* [Chapter 1](#chapter-1)
|
||||
* [Chapter 2](#chapter-2)
|
||||
|
||||
### Chapter 1 <%= "<a name=\"chapter-1\"></a>" %>
|
||||
</pre>
|
||||
|
||||
<h3><strong>Inline Images</strong></h3>
|
||||
<p>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue