Skip to content

Latest commit

 

History

History
78 lines (46 loc) · 1.62 KB

testfile.md

File metadata and controls

78 lines (46 loc) · 1.62 KB

Test file to check Markdown errors

Using the extension

GitHub repo for this extension

Visual Studio Marketplace page for this extension

My web site

these two should be okay [hobbit-hole] 1 hobbit-hole

My Great Heading {#custom-id}

Link to good heading

Link to bad heading

My Heading 2 {#dup-id}

this one should fail

My Heading 3 {#dup-id}

Another Heading

Link to another heading

this should be flagged as dup #Another Heading

not a link, should be ignored ? [*]: Project finished

MARKDOWN

lower case heading

Another lower case heading

UPPER CASE HEADING

heading ( with (brackets)

heading / with /slash

heading - with -minus

Links that are OK

Already works with extension
substitute spaces with -
always use lower case
Number of # does not matter
Partly Ignore brackets
Partly Ignore Slash
keep minus
More #1

Wrong links

Completely Ignore brackets
Completely Ignore Slash
Shows OK, but is wrong
Wrong handling of brackets
Wrong handling of Slash
Wrong handling of minus
More #2