Skip to content
This repository has been archived by the owner on Mar 14, 2024. It is now read-only.

Commit

Permalink
rendering formulas (v0.6)
Browse files Browse the repository at this point in the history
  • Loading branch information
VadimBoev authored Feb 5, 2024
1 parent 31aee5a commit 99ac52d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions client/html/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,10 @@
sizes="16x16"
href="{{ url_for('bp.static', filename='img/favicon-16x16.png') }}" />
<link rel="manifest" href="{{ url_for('bp.static', filename='img/site.webmanifest') }}" />
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/katex/dist/katex.min.css">
<script type="text/javascript" src="https://cdn.jsdelivr.net/npm/markdown-it-texmath/texmath.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/katex/dist/katex.min.js"></script>
<link rel="stylesheet" type="text/css" href="https://cdn.jsdelivr.net/npm/markdown-it-texmath/css/texmath.min.css">
<title>FreeGPT</title>
</head>

Expand Down

0 comments on commit 99ac52d

Please sign in to comment.