-
Notifications
You must be signed in to change notification settings - Fork 26
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
Conversation
With the new marked.js extensions markedjs/marked#2043 it became much easier to customize the library. Now formulas can be written without backticks. |
Implemented a multi output bundle that allows the users to register extensions (syntax highlighting + math formulas) based on their needs. This keeps the file size of the main library small. Output format is now |
- enables custom extensions
- this removes creation of strange Helper.js files - update package lock
- forced to remove second selector in :global - this should fix the GitHub build issue
- add comment to css import - add hljs class prefix to code tags - remove obsolete code styling for blocls - similar inline code style
Closes #8. Currently, using this branch, one can include latex within dollar signs (single
$
for inline, double$$
for block):