-
Notifications
You must be signed in to change notification settings - Fork 294
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[do not land] tools/go.mod: Pin to mdox, markdownfmt forks
This temporarily pins to my forks of mdox and markdownfmt to include the following two changes: - bwplotka/mdox#98 - Kunde21/markdownfmt#38 These two combined add the ability for us to opt out of mdox reformatting all Go code blocks inside Markdown files. The .gitignore change is added because this version of mdox uses a local sqlite cache for speed.
- Loading branch information
Showing
3 changed files
with
567 additions
and
242 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 |
---|---|---|
|
@@ -11,4 +11,5 @@ coverage.txt | |
*.pprof | ||
/.bin | ||
/.cache | ||
/bin | ||
/bin | ||
.mdoxcache |
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
Oops, something went wrong.