Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Highlight types such as <type> in Python code blocks #38

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Commits on Jul 16, 2019

  1. Highlight types such as <type> in Python code blocks

    Simply runs a regex replacement after highlight.js does the rest of the
    highlighting. As a consequence, it does not highlight strings such as
    `<class>` which contain a Python keyword. This is infrequent
    though.
    jared-hughes committed Jul 16, 2019
    Configuration menu
    Copy the full SHA
    33f7be5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7b29bab View commit details
    Browse the repository at this point in the history