Commit graph

9 commits

Author SHA1 Message Date
Jakub Jirutka
d29f006090 Bump eslint and its plugins, update rules and fix new violations 2020-06-21 01:23:39 +02:00
Jakub Jirutka
3a312385f6 Wrap cells in <section> instead of <div> 2020-04-19 18:50:36 +02:00
Jakub Jirutka
c13cb544cb Change structure of tsconfigs for tests to fix issues in VSCode 2020-04-07 22:49:45 +02:00
Jakub Jirutka
fd5d79319c Bump eslint and its plugins, fix new code-style violations 2020-01-23 17:31:46 +01:00
Jakub Jirutka
712c0dbb0c Add prefix "render" to NbRenderer's methods 2020-01-22 16:57:27 +01:00
Jakub Jirutka
6c2fa15393 Refactor renderer object to class
It's more flexible in terms of extensibility and more familiar for devs.
Avoiding classes doesn't seem to be really worth it in this particular
case.
2020-01-22 16:19:07 +01:00
Jakub Jirutka
31173df623 Rename type Options in renderer to NbRendererOpts 2020-01-22 16:13:40 +01:00
Jakub Jirutka
b7cbf2230b Remove CSS class nb-worksheet
I've added it only for backward compatibility with styles designed for
notebook.js, but actually even nbpreview (from the same author as
notebook.js) doesn't use it. Let's get rid of it.
2019-11-04 01:37:41 +01:00
Jakub Jirutka
1ae226918c Split package to ipynb2html and ipynb2html-core 2019-10-19 20:30:22 +02:00