Skip to content

Commit

Permalink
Merge pull request #455 from ReCodEx/markdown-katex-styles
Browse files Browse the repository at this point in the history
Updating css style versions for katex markdown extension.
  • Loading branch information
krulis-martin committed Feb 11, 2022
2 parents 51f901c + 5368aa8 commit 98946c0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions views/index.ejs
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,11 @@
<link rel="icon" type="image/png" href="<%= urlPrefix %>/public/favicon.ico" />
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,400i,700&display=fallback">

<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/KaTeX/0.9.0/katex.min.css" />
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/KaTeX/0.11.1/katex.min.css" />
<link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/highlightjs/cdn-release@9.16.2/build/styles/default.min.css">
<link
rel="stylesheet"
href="https://cdn.jsdelivr.net/github-markdown-css/2.2.1/github-markdown.css"
href="https://cdnjs.cloudflare.com/ajax/libs/github-markdown-css/4.0.0/github-markdown.min.css"
/>
<link rel="stylesheet" href="<%= style %>" />
<style type="text/css">
Expand Down

0 comments on commit 98946c0

Please sign in to comment.