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

Allow passing extra args to code highlighter #1683

Merged
merged 1 commit into from Dec 2, 2021

Commits on Dec 1, 2021

  1. Allow passing extra args to code highlighter

    I primarily want to allow for the possibility of line numbers
    in HTML output. Pygments supports this natively, but we don't
    have a way to pass arguments through to pygments.
    
    A traitlet is added to allow passing arbitrary extra args
    to the Pygments formatter, for Html and LaTeX. Should allow for
    line number control and much more :)
    
    This has been something folks have asked for for a while.
    
    Ref ipython/ipython#5847
    Ref jupyter#427
    Ref yuvipanda/notebooksharing.space#34
    yuvipanda committed Dec 1, 2021
    Copy the full SHA
    cd55f53 View commit details
    Browse the repository at this point in the history