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

Feat: add post render hook #60

Merged
merged 13 commits into from
Jun 22, 2022
Merged

Feat: add post render hook #60

merged 13 commits into from
Jun 22, 2022

Commits on Jun 21, 2022

  1. Feat: don't use JupyterLab math rendering

    We still need to ship our own math renderer to render `math_` tokens, so let's avoid using two different renderers in the same implementation
    agoose77 committed Jun 21, 2022
    Configuration menu
    Copy the full SHA
    cf6d7d7 View commit details
    Browse the repository at this point in the history
  2. WIP: initial commit

    agoose77 committed Jun 21, 2022
    Configuration menu
    Copy the full SHA
    7b4bee5 View commit details
    Browse the repository at this point in the history

Commits on Jun 22, 2022

  1. Feat: add support for JupyterLab's ILatexTypesetter

    We migrate the math parsing responsibility to the MarkdownIt parser.
    Any element matching `.math` will be rendered using the typesetter.
    
    We add `markdown-it-dollarmath` to perform math parsing of $-math
    agoose77 committed Jun 22, 2022
    Configuration menu
    Copy the full SHA
    614abfa View commit details
    Browse the repository at this point in the history
  2. Refactor: rename typesetter → typesetter-adaptor

    Feat: remove unneeded math wrappers
    agoose77 committed Jun 22, 2022
    Configuration menu
    Copy the full SHA
    f38d3e3 View commit details
    Browse the repository at this point in the history
  3. Chore: restore yarn lock

    agoose77 committed Jun 22, 2022
    Configuration menu
    Copy the full SHA
    2b0b830 View commit details
    Browse the repository at this point in the history
  4. Refactor: remove debug print

    agoose77 committed Jun 22, 2022
    Configuration menu
    Copy the full SHA
    12370f2 View commit details
    Browse the repository at this point in the history
  5. Feat: add rank to plugins

    agoose77 committed Jun 22, 2022
    Configuration menu
    Copy the full SHA
    7994a99 View commit details
    Browse the repository at this point in the history
  6. Feat: add rank to plugins

    agoose77 committed Jun 22, 2022
    Configuration menu
    Copy the full SHA
    cd08cb0 View commit details
    Browse the repository at this point in the history
  7. Feat: add pre-parse hook

    agoose77 committed Jun 22, 2022
    Configuration menu
    Copy the full SHA
    726bbae View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    bd2d11f View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    eb60cdc View commit details
    Browse the repository at this point in the history
  10. Docs: improve documentation

    agoose77 committed Jun 22, 2022
    Configuration menu
    Copy the full SHA
    81ca96f View commit details
    Browse the repository at this point in the history
  11. Fix: set double_inline

    agoose77 committed Jun 22, 2022
    Configuration menu
    Copy the full SHA
    7385c2f View commit details
    Browse the repository at this point in the history