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

Fix code block highlighting #760

Merged
merged 20 commits into from
Feb 9, 2022
Merged

Fix code block highlighting #760

merged 20 commits into from
Feb 9, 2022

Commits on Nov 8, 2021

  1. Configuration menu
    Copy the full SHA
    3e42e06 View commit details
    Browse the repository at this point in the history

Commits on Nov 9, 2021

  1. Configuration menu
    Copy the full SHA
    f5dc7b9 View commit details
    Browse the repository at this point in the history
  2. remove debugging print()

    2bndy5 committed Nov 9, 2021
    Configuration menu
    Copy the full SHA
    a7ccb27 View commit details
    Browse the repository at this point in the history
  3. remove outdated comments

    2bndy5 committed Nov 9, 2021
    Configuration menu
    Copy the full SHA
    838eb8b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    cbc2058 View commit details
    Browse the repository at this point in the history

Commits on Nov 11, 2021

  1. Configuration menu
    Copy the full SHA
    14b17a5 View commit details
    Browse the repository at this point in the history

Commits on Nov 14, 2021

  1. Configuration menu
    Copy the full SHA
    25c53c3 View commit details
    Browse the repository at this point in the history

Commits on Nov 18, 2021

  1. Configuration menu
    Copy the full SHA
    5f73b5a View commit details
    Browse the repository at this point in the history

Commits on Feb 7, 2022

  1. Configuration menu
    Copy the full SHA
    6c695d3 View commit details
    Browse the repository at this point in the history
  2. Extract file extension code

    To a helper module so that we can more clearly see what is going on and
    document it a little.
    michaeljones committed Feb 7, 2022
    Configuration menu
    Copy the full SHA
    98a2295 View commit details
    Browse the repository at this point in the history
  3. Remove call to '.keys()'

    I suspect the underlying data structure supports 'in' without needing to
    call '.keys()'
    michaeljones committed Feb 7, 2022
    Configuration menu
    Copy the full SHA
    6531938 View commit details
    Browse the repository at this point in the history
  4. Add types for pygments

    I think this is necessary for CI to be happy.
    michaeljones committed Feb 7, 2022
    Configuration menu
    Copy the full SHA
    dc66aeb View commit details
    Browse the repository at this point in the history
  5. Remove types-Pygments

    I've failed to get it working with our current set up.
    
    We seem to need to import pygments.lexers but then it fails to find
    'aliases' on the Lexer class.
    michaeljones committed Feb 7, 2022
    Configuration menu
    Copy the full SHA
    35911ef View commit details
    Browse the repository at this point in the history
  6. Fix linting failure

    michaeljones committed Feb 7, 2022
    Configuration menu
    Copy the full SHA
    81d6e6e View commit details
    Browse the repository at this point in the history

Commits on Feb 8, 2022

  1. Update copyright date

    michaeljones committed Feb 8, 2022
    Configuration menu
    Copy the full SHA
    f49c53d View commit details
    Browse the repository at this point in the history
  2. Add test pages for code block highlighting

    With some basic examples based on @2bndy5 work and comments.
    michaeljones committed Feb 8, 2022
    Configuration menu
    Copy the full SHA
    fc8d2b6 View commit details
    Browse the repository at this point in the history
  3. Add a documentation page for code blocks

    I haven't done this in a while. But it seems reasonable.
    michaeljones committed Feb 8, 2022
    Configuration menu
    Copy the full SHA
    5b27b75 View commit details
    Browse the repository at this point in the history
  4. Clarify behaviour & fix cmake code

    @2bndy5 has clarified that the cmake should be a little different.
    michaeljones committed Feb 8, 2022
    Configuration menu
    Copy the full SHA
    72880fc View commit details
    Browse the repository at this point in the history
  5. more details for new doc

    2bndy5 committed Feb 8, 2022
    Configuration menu
    Copy the full SHA
    345960a View commit details
    Browse the repository at this point in the history

Commits on Feb 9, 2022

  1. add missing comma

    2bndy5 committed Feb 9, 2022
    Configuration menu
    Copy the full SHA
    9f20a1c View commit details
    Browse the repository at this point in the history