Skip to content

Commit

Permalink
Added gitignore folder
Browse files Browse the repository at this point in the history
  • Loading branch information
MartenBE committed Mar 27, 2024
1 parent 07cf676 commit 774468d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,6 @@ venv/
ENV/
env.bak/
venv.bak/

# Unknown
.cache/
4 changes: 2 additions & 2 deletions docs/examples/h1.md
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ PS C:\temp\demo> Get-Content test.txt
Hello world!
```

You can even [link](./#__codelineno-0-5) to a specific line in a fenced code block.
You can even [link](#__codelineno-0-5) to a specific line in a fenced code block.

Check failure on line 142 in docs/examples/h1.md

View workflow job for this annotation

GitHub Actions / lint

Link fragments should be valid

docs/examples/h1.md:142:14 MD051/link-fragments Link fragments should be valid [Context: "[link](#__codelineno-0-5)"] https://github.com/DavidAnson/markdownlint/blob/v0.31.1/doc/md051.md

## Inline source code

Expand All @@ -149,7 +149,7 @@ Variables `iso`, `iso_size` and `destination` belong to function `copy_iso_to_us

Some pretty quote:

> The problem with quotes found on the internet is, that they are often not true.
> The problem with quotes found on the internet is, that they are often not true.
> ~ Abraham Lincoln.
<!-- Note the 2 spaces behind `not true.` to force a newline: https://www.markdownguide.org/basic-syntax/#line-breaks -->
Expand Down

0 comments on commit 774468d

Please sign in to comment.