File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
tests/Elastic.Markdown.Tests/Inline Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -46,12 +46,12 @@ Will have an anchor link injected with the name `this-is-an-header`.
4646If you need more control over the anchor name you may specify it inline
4747
4848``` markdown
49- ## This Is A Header [but-this-is-my-anchor]
49+ ## This Is A Header [# but-this-is-my-anchor]
5050```
5151
52- Will result in an anchor link named ` but-this-my-anchor ` to be injected instead. Do note that these inline anchors will be normalized.
52+ Will result in an anchor link named ` but-this-my-anchor ` to be injected instead.
5353
54- Meaning
54+ Do note that these inline anchors will be normalized.
5555
5656``` markdown
5757## This Is A Header [What about this for an anchor!]
Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ protected override void AddToFileSystem(MockFileSystem fileSystem)
3434
3535To follow this tutorial you will need to install the following components:
3636
37- ## New Requirements [new-reqs]
37+ ## New Requirements [# new-reqs]
3838
3939These are new requirements
4040""" ;
You can’t perform that action at this time.
0 commit comments