Skip to content

Commit

Permalink
Update markdown notebook scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
mjbvz committed Mar 17, 2021
1 parent 806c22d commit 581a659
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion extensions/notebook-markdown-extensions/notebook/katex.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ declare const extendMarkdownIt: undefined | (
(f: (md: markdownIt.MarkdownIt) => void) => void
);

const styleHref = (document.currentScript as any).src.replace('notebook-out/katex.js', '') + 'node_modules/katex/dist/katex.min.css';
const styleHref = (document.currentScript as any).src.replace('notebook-out/katex.js', 'node_modules/katex/dist/katex.min.css');

const link = document.createElement('link');
link.rel = 'stylesheet';
Expand Down

0 comments on commit 581a659

Please sign in to comment.