-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Work around jekyll's handling of "
..
" in anchors
There's an annoying quirk in jekyll's handling of: ```markdown # `use_sarif` and `act` # Adjusting `sarif.json` ``` Where it replaces the backticks with the literal string 'code' resulting in anchors like: ```html <h2 id="codeusesarifcode-and-codeactcode"><code>use_sarif</code> and <code>act</code></h2> <h2 id="adjusting-codesarifjsoncode">Adjusting <code>sarif.json</code></h2> ````
- Loading branch information
Showing
2 changed files
with
9 additions
and
0 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
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