diff --git a/some/path/Example.md b/some/path/Example.md index 3741c6d..7f8c7d3 100644 --- a/some/path/Example.md +++ b/some/path/Example.md @@ -1,3 +1,7 @@ This is an example -This is a [link](../../README.md) \ No newline at end of file +This is a [link](../../README.md) + +This is a [link](#section) to a section + +# Section \ No newline at end of file