Commit graph

35 commits

Author SHA1 Message Date
Jakub Jirutka
dd783a0daf CI: Replace Travis with GitHub Actions 2021-06-12 01:31:49 +02:00
Jakub Jirutka
6c26d381f0 Bump katex from 0.11.1 to 0.13.11 2021-06-12 00:40:40 +02:00
Jakub Jirutka
e1ba5039e4 Bump ansi_up from 4.0.4 to 5.0.1 2021-06-12 00:24:30 +02:00
Jakub Jirutka
3eee5ebd60 Bump highlight.js from 10.1.1 to 10.7.3 2021-06-11 23:58:20 +02:00
Jakub Jirutka
8bd46774dd Bump marked from 1.0.0 to 2.0.7
Resolves #22
2021-06-11 23:47:33 +02:00
Jakub Jirutka
fbecff633a Release version 0.3.0 2020-10-28 18:51:56 +01:00
Jakub Jirutka
d9bea2feb2 Bump highlight.js to 10.1.1 2020-06-17 00:39:07 +02:00
Jakub Jirutka
9685b5d8b8 Bump marked to 1.0.0
The latest version is 1.1.0 but they changed rendering of img from
`<img ...>` to `<img ... />` which breaks our tests.
2020-06-17 00:37:07 +02:00
Jakub Jirutka
cc2da7398e Release version 0.2.1 2020-04-10 17:40:21 +02:00
Jakub Jirutka
a901a0ad68 Release version 0.2.0 2020-04-08 17:45:57 +02:00
Jakub Jirutka
ed62ee01e3 Release version 0.1.0 2020-01-23 18:03:26 +01:00
Jakub Jirutka
37ce69b9d1 Add reference stylesheet and use it instead of nbpreview's 2019-11-04 01:37:40 +01:00
Jakub Jirutka
0da10ec702 Readme: Exclude section Installation from npm Readme 2019-10-29 01:43:43 +01:00
Jakub Jirutka
e68d189879 Release version 0.1.0-beta.8 2019-10-29 01:32:48 +01:00
Jakub Jirutka
1e8620a8e0 Readme: Add Installation and Usage for CLI 2019-10-29 01:29:31 +01:00
Jakub Jirutka
8c924913cf Create package ipynb2html-cli 2019-10-29 01:29:30 +01:00
Jakub Jirutka
3154d20f2b Release version 0.1.0-beta.7 2019-10-23 18:29:12 +02:00
Jakub Jirutka
4705564489 Add specialized support for browser env. and build browser bundles 2019-10-23 18:28:18 +02:00
Jakub Jirutka
36faf95829 Add version attribute to Readme 2019-10-23 18:28:17 +02:00
Jakub Jirutka
d8c18bd2c6 ipynb2html: Remove dependency on nodom, allow to provide any Document 2019-10-23 01:22:45 +02:00
Jakub Jirutka
dd4bee7118 Readme: Add Usage example 2019-10-22 20:11:54 +02:00
Jakub Jirutka
58aff83cc5 Readme: Add Bundlephobia badges 2019-10-20 22:20:05 +02:00
Jakub Jirutka
3c78b609f4 Readme: Fix wrong level of title System Requirements 2019-10-20 20:42:05 +02:00
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