1 Star 0 Fork 0

jiandandaoxingfu/md-tex-renderer

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
index.html 1.09 KB
一键复制 编辑 原始数据 按行查看 历史
jiandandaoxingfu 提交于 2022-11-14 13:50 . update: mathjax style
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html;charset=UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Markdown和Tex渲染器</title>
<link rel="stylesheet" href="index.css" />
<link rel="icon" href="favicon.ico" />
<style>
mjx-container[jax="SVG"][display="true"][width="full"] {
min-width: 100% !important;
overflow-x: auto;
overflow-y: hidden;
}
</style>
<script src="https://cdnjs.cloudflare.com/ajax/libs/remarkable/2.0.1/remarkable.min.js" integrity="sha512-skYYbQHAuOTpeJTthhUH3flZohep8blA+qjZOY0VqmfXMDiYcWxu29F5UbxU4LxaIpGkRBk+3Qf8qaXfd9jngg==" crossorigin="anonymous" referrerpolicy="no-referrer"></script>
</head>
<body>
<div id="uploader">
<button id="upload-btn">选择文件</button>
<input type="file" id="upload-input"/>
</div>
<div id="container"></div>
<script src="index.js"></script>
</body>
</html>
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/jiandandaoxingfu/md-tex-renderer.git
git@gitee.com:jiandandaoxingfu/md-tex-renderer.git
jiandandaoxingfu
md-tex-renderer
md-tex-renderer
main

搜索帮助