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

Close #8: math rendering #9

Merged
merged 22 commits into from
Jul 1, 2021
Merged

Close #8: math rendering #9

merged 22 commits into from
Jul 1, 2021

Commits on Jun 29, 2021

  1. math rendering inside code

    bonartm committed Jun 29, 2021
    Configuration menu
    Copy the full SHA
    c69a498 View commit details
    Browse the repository at this point in the history

Commits on Jun 30, 2021

  1. custom katex extension

    bonartm committed Jun 30, 2021
    Configuration menu
    Copy the full SHA
    5860561 View commit details
    Browse the repository at this point in the history
  2. move highlight and katex into its own extensions

    bonartm committed Jun 30, 2021
    Configuration menu
    Copy the full SHA
    2d4b21d View commit details
    Browse the repository at this point in the history
  3. setup default export with register function

    bonartm committed Jun 30, 2021
    Configuration menu
    Copy the full SHA
    40b7244 View commit details
    Browse the repository at this point in the history
  4. update marked parser

    - enables custom extensions
    bonartm committed Jun 30, 2021
    Configuration menu
    Copy the full SHA
    37589de View commit details
    Browse the repository at this point in the history
  5. camelCase for module names

    bonartm committed Jun 30, 2021
    Configuration menu
    Copy the full SHA
    d708682 View commit details
    Browse the repository at this point in the history
  6. remove extensions from marked

    bonartm committed Jun 30, 2021
    Configuration menu
    Copy the full SHA
    fa6db5f View commit details
    Browse the repository at this point in the history
  7. use customized marked module

    bonartm committed Jun 30, 2021
    Configuration menu
    Copy the full SHA
    dbedafd View commit details
    Browse the repository at this point in the history
  8. add marked.js and custom type definitions

    bonartm committed Jun 30, 2021
    Configuration menu
    Copy the full SHA
    dc28993 View commit details
    Browse the repository at this point in the history
  9. fix rebasing issues

    bonartm committed Jun 30, 2021
    Configuration menu
    Copy the full SHA
    933140c View commit details
    Browse the repository at this point in the history
  10. setup multioutput rollup

    bonartm committed Jun 30, 2021
    Configuration menu
    Copy the full SHA
    5cb978a View commit details
    Browse the repository at this point in the history
  11. update commonjs plugin

    - this removes creation of strange Helper.js files
    - update package lock
    bonartm committed Jun 30, 2021
    Configuration menu
    Copy the full SHA
    52862e3 View commit details
    Browse the repository at this point in the history
  12. cleanup packages

    bonartm committed Jun 30, 2021
    Configuration menu
    Copy the full SHA
    f3332da View commit details
    Browse the repository at this point in the history
  13. only deploy on main branch

    bonartm committed Jun 30, 2021
    Configuration menu
    Copy the full SHA
    23b2785 View commit details
    Browse the repository at this point in the history
  14. include .js.map in gitignore

    bonartm committed Jun 30, 2021
    Configuration menu
    Copy the full SHA
    26d3832 View commit details
    Browse the repository at this point in the history
  15. update demo page

    bonartm committed Jun 30, 2021
    Configuration menu
    Copy the full SHA
    d500a0a View commit details
    Browse the repository at this point in the history
  16. update build files

    bonartm committed Jun 30, 2021
    Configuration menu
    Copy the full SHA
    3f0bd46 View commit details
    Browse the repository at this point in the history
  17. update svelte version

    - forced to remove second selector in :global
    - this should fix the GitHub build issue
    bonartm committed Jun 30, 2021
    Configuration menu
    Copy the full SHA
    711762d View commit details
    Browse the repository at this point in the history

Commits on Jul 1, 2021

  1. consistent syntax highlighting

    - add comment to css import
    - add hljs class prefix to code tags
    - remove obsolete code styling for blocls
    - similar inline code style
    bonartm committed Jul 1, 2021
    Configuration menu
    Copy the full SHA
    6027b66 View commit details
    Browse the repository at this point in the history
  2. update docs

    bonartm committed Jul 1, 2021
    Configuration menu
    Copy the full SHA
    295057e View commit details
    Browse the repository at this point in the history
  3. update demo page

    bonartm committed Jul 1, 2021
    Configuration menu
    Copy the full SHA
    ed8f297 View commit details
    Browse the repository at this point in the history
  4. update build files

    bonartm committed Jul 1, 2021
    Configuration menu
    Copy the full SHA
    32cf005 View commit details
    Browse the repository at this point in the history