Last active
October 15, 2025 18:30
-
-
Save DavidAnson/006a6c2a2d9d7b21b025 to your computer and use it in GitHub Desktop.
Revisions
-
DavidAnson revised this gist
Mar 7, 2024 . 1 changed file with 6 additions and 3 deletions.There are no files selected for viewing
This file contains hidden or 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 charactersOriginal file line number Diff line number Diff line change @@ -8,6 +8,9 @@ GitHub's parser handles some of these cases; other parsers do not. To catch these problems automatically: * [markdownlint](https://github.com/mivok/markdownlint) for Ruby, includes CLI * [markdownlint](https://github.com/DavidAnson/markdownlint) library for Node.js, [interactive web demo](https://dlaa.me/markdownlint/) * [markdownlint-cli](https://github.com/igorshubovych/markdownlint-cli) command-line interface for Node.js * [markdownlint-cli2](https://github.com/DavidAnson/markdownlint-cli2) command-line interface for Node.js * [markdownlint-cli2-action](https://github.com/marketplace/actions/markdownlint-cli2-action) Action for GitHub * [vscode-markdownlint](https://marketplace.visualstudio.com/items/DavidAnson.vscode-markdownlint) extension for Visual Studio Code -
DavidAnson revised this gist
Aug 27, 2022 . 1 changed file with 2 additions and 0 deletions.There are no files selected for viewing
This file contains hidden or 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 charactersOriginal file line number Diff line number Diff line change @@ -4,6 +4,8 @@ Click the `Raw` button to see the source text and understand the author's intent GitHub's parser handles some of these cases; other parsers do not. To catch these problems automatically: * [markdownlint](https://github.com/mivok/markdownlint/) for Ruby, includes CLI -
DavidAnson revised this gist
Nov 24, 2015 . 1 changed file with 3 additions and 2 deletions.There are no files selected for viewing
This file contains hidden or 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 charactersOriginal file line number Diff line number Diff line change @@ -1,4 +1,4 @@ The following snippets show some common [Markdown](https://en.wikipedia.org/wiki/Markdown) mistakes. Click the `Raw` button to see the source text and understand the author's intent. @@ -7,4 +7,5 @@ GitHub's parser handles some of these cases; other parsers do not. To catch these problems automatically: * [markdownlint](https://github.com/mivok/markdownlint/) for Ruby, includes CLI * [markdownlint](https://github.com/DavidAnson/markdownlint) for Node.js/io.js, [interactive demo](//dlaa.me/markdownlint/) * [markdownlint](https://marketplace.visualstudio.com/items/DavidAnson.vscode-markdownlint) for Visual Studio Code -
DavidAnson revised this gist
May 12, 2015 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
This file contains hidden or 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 charactersOriginal file line number Diff line number Diff line change @@ -7,4 +7,4 @@ GitHub's parser handles some of these cases; other parsers do not. To catch these problems automatically: * [markdownlint](https://github.com/mivok/markdownlint/) for Ruby, includes CLI * [markdownlint](https://github.com/DavidAnson/markdownlint) for Node.js/io.js, [interactive demo](//dlaa.me/markdownlint/) -
DavidAnson revised this gist
Apr 24, 2015 . 2 changed files with 9 additions and 4 deletions.There are no files selected for viewing
This file contains hidden or 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 charactersOriginal file line number Diff line number Diff line change @@ -2,4 +2,9 @@ The following snippets show some common [Markdown](http://en.wikipedia.org/wiki/ Click the `Raw` button to see the source text and understand the author's intent. GitHub's parser handles some of these cases; other parsers do not. To catch these problems automatically: * [markdownlint](https://github.com/mivok/markdownlint/) for Ruby, includes CLI * [markdownlint](https://github.com/DavidAnson/markdownlint) for Node.js/io.js This file contains hidden or 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 charactersOriginal file line number Diff line number Diff line change @@ -1,14 +1,14 @@ A ## foolish consistency is the ## hobgoblin ## of little minds ------------ *Ralph Waldo Emerson* -
DavidAnson revised this gist
Apr 23, 2015 . 1 changed file with 4 additions and 3 deletions.There are no files selected for viewing
This file contains hidden or 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 charactersOriginal file line number Diff line number Diff line change @@ -1,4 +1,5 @@ A haiku of code ``` Without blank lines around it ``` (GitHub gets it right) -
DavidAnson revised this gist
Apr 23, 2015 . 2 changed files with 10 additions and 0 deletions.There are no files selected for viewing
This file contains hidden or 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 charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,9 @@ ``` // Comment and "var" highlighting is only for JavaScript var i = 5; ``` ```js // Much better here var j = 5; ``` This file contains hidden or 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 charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1 @@ A (reversed)[link] goes nowhere -
DavidAnson revised this gist
Apr 23, 2015 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
This file contains hidden or 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 charactersOriginal file line number Diff line number Diff line change @@ -9,6 +9,6 @@ is the of little minds ============ *Ralph Waldo Emerson* -
DavidAnson revised this gist
Apr 23, 2015 . 1 changed file with 14 additions and 0 deletions.There are no files selected for viewing
This file contains hidden or 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 charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,14 @@ A # foolish consistency is the # hobgoblin # of little minds ------------ *Ralph Waldo Emerson* -
DavidAnson revised this gist
Apr 23, 2015 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
This file contains hidden or 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 charactersOriginal file line number Diff line number Diff line change @@ -1,4 +1,4 @@ The following snippets show some common [Markdown](http://en.wikipedia.org/wiki/Markdown) mistakes. Click the `Raw` button to see the source text and understand the author's intent. -
DavidAnson renamed this gist
Apr 23, 2015 . 1 changed file with 0 additions and 0 deletions.There are no files selected for viewing
File renamed without changes. -
DavidAnson revised this gist
Apr 23, 2015 . 2 changed files with 2 additions and 2 deletions.There are no files selected for viewing
This file contains hidden or 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 charactersOriginal file line number Diff line number Diff line change @@ -1,5 +1,5 @@ The following snippets show some common [Markdown](http://en.wikipedia.org/wiki/Markdown) errors. Click the `Raw` button to see the source text and understand the author's intent. GitHub's parser handles some of these cases; other parsers do not. This file contains hidden or 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 charactersOriginal file line number Diff line number Diff line change @@ -1,4 +1,4 @@ 1. Numbering 2. is 4. hard. 8. Let's go shopping. -
DavidAnson revised this gist
Apr 23, 2015 . 1 changed file with 4 additions and 0 deletions.There are no files selected for viewing
This file contains hidden or 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 charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,4 @@ 1. Counting 2. is 4. hard. 8. Let's go shopping. -
DavidAnson revised this gist
Apr 23, 2015 . 2 changed files with 6 additions and 2 deletions.There are no files selected for viewing
This file contains hidden or 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 charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,5 @@ The following snippets show some common [Markdown](http://en.wikipedia.org/wiki/Markdown) errors. Click the `Raw` button to see what the source text looks like. GitHub's parser handles some of these cases; other parsers do not. This file contains hidden or 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 charactersOriginal file line number Diff line number Diff line change @@ -1,4 +1,3 @@ * This is a list * followed by text But there is no blank line -
DavidAnson revised this gist
Apr 22, 2015 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
This file contains hidden or 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 charactersOriginal file line number Diff line number Diff line change @@ -1 +1 @@ A popular HTML tag is the <p> tag. -
DavidAnson revised this gist
Apr 22, 2015 . 1 changed file with 0 additions and 4 deletions.There are no files selected for viewing
This file contains hidden or 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 charactersOriginal file line number Diff line number Diff line change @@ -1,4 +0,0 @@ -
DavidAnson revised this gist
Apr 22, 2015 . 1 changed file with 4 additions and 0 deletions.There are no files selected for viewing
This file contains hidden or 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 charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,4 @@ * This is a list * followed by * some text But there is no blank line -
DavidAnson revised this gist
Apr 22, 2015 . 1 changed file with 4 additions and 0 deletions.There are no files selected for viewing
This file contains hidden or 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 charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,4 @@ Here is some code: ``` Without a blank line before it ``` -
DavidAnson revised this gist
Apr 22, 2015 . 1 changed file with 1 addition and 0 deletions.There are no files selected for viewing
This file contains hidden or 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 charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1 @@ My favorite HTML tag is the <p> tag. -
DavidAnson created this gist
Apr 22, 2015 .There are no files selected for viewing
This file contains hidden or 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 charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,4 @@ This is text followed by a list: * But the two are not * separated by a blank * line