-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
5 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -9,3 +9,6 @@ venv/ | |
ENV/ | ||
env.bak/ | ||
venv.bak/ | ||
|
||
# Unknown | ||
.cache/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 GitHub Actions / lintLink fragments should be valid
|
||
|
||
## Inline source code | ||
|
||
|
@@ -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 --> | ||
|