-
Notifications
You must be signed in to change notification settings - Fork 130
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove the
org-hugo-langs-no-descr-in-code-fences
hack
This hack was to get around a limitation of the Pygments syntax highlighter about 5 years back (Pygments did not know how to highlight `org` lang!). But this hack wasn't necessary once Hugo started using Chroma after v0.28. Ref: #60 Reasons for removing this hack blatantly: - I was probably the only one using it, but stopped using this after Oct 2017. - It's creating too much noise in the code. So I want to clean this up before I add commits for #499. - And I don't want to support this hack any more. - If someone still is using a Hugo version older than 0.28 and is using Pygments, they need to update. (ok.. if you really don't want to update, use the new `org-blackfriday-syntax-highlighting-langs` and add `("org" . "text")` to it.)
- Loading branch information
1 parent
ca82543
commit 3f41412
Showing
1 changed file
with
0 additions
and
47 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