Commit graph

12 commits

Author SHA1 Message Date
Jakub Jirutka
91e8aafa10 Add script for converting README.adoc to Markdown before publishing
npmjs.com still doesn't support AsciiDoc for READMEs. >_<
2019-10-19 20:30:22 +02:00
Jakub Jirutka
e2edb19bc0 Readme: Add short preamble 2019-10-19 20:30:22 +02:00
Jakub Jirutka
1ae226918c Split package to ipynb2html and ipynb2html-core 2019-10-19 20:30:22 +02:00
Jakub Jirutka
495f17fd87 Convert repository to "monorepo" 2019-10-19 20:30:21 +02:00
Jakub Jirutka
6e64ab79c6 Readme: Remove yarn from System Requirements
It can be installed using npm which is already described in How to Start.
2019-10-14 01:17:30 +02:00
Jakub Jirutka
f84ba06666 Add Coverage Gutters to list of recommended VS Code extensions 2019-10-14 01:16:07 +02:00
Jakub Jirutka
ffaec46e59 Readme: Change clone address to https://
One cannot clone the repository via SSH if doesn't have an SSH key on GitHub.
2019-10-08 00:20:00 +02:00
Jakub Jirutka
393e961221 Use ttypescript for TS transpilation 2019-10-07 15:13:35 +02:00
Jakub Jirutka
fceb1f8e23 Import math extractor utils from jupyter/notebook repository
Source copied from https://github.com/jupyter/notebook/blob/6.0.1/notebook/static/notebook/js/mathjaxutils.js
with the following modifications:

- indentation converted to 2 spaces
- init function removed
- MSE fix removed
2019-09-16 22:54:52 +02:00
Jakub Jirutka
9775f6f3bd Rename index.ts to renderer.ts 2019-09-16 22:53:06 +02:00
Jakub Jirutka
7bd698f837 Import source from notebookjs package
https://github.com/jsvine/notebookjs
2019-09-15 20:28:12 +02:00
Jakub Jirutka
b1f3ca8cb7 Prepare project 2019-09-15 20:28:11 +02:00