Skip to content

Commit fa3eb17

Browse files
authored
🔧 Update packaging to create unbundled modules (#26)
1 parent 8296ab7 commit fa3eb17

File tree

6 files changed

+7424
-7913
lines changed

6 files changed

+7424
-7913
lines changed

docs/index.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<!-- <link rel="stylesheet" type="text/css" media="screen" href="../dist/css/style.min.css" /> -->
1616
<script src="https://cdn.jsdelivr.net/npm/markdown-it@12/dist/markdown-it.min.js"></script>
1717
<script src="https://unpkg.com/markdown-it-docutils"></script>
18-
<!-- <script src="../dist/umd/index.js"></script> -->
18+
<!-- <script src="../dist/index.umd.js"></script> -->
1919
<script src="https://cdn.jsdelivr.net/npm/katex/dist/katex.min.js"></script>
2020
<script src="https://cdnjs.cloudflare.com/ajax/libs/autosize.js/5.0.1/autosize.min.js"></script>
2121
</head>
@@ -100,12 +100,12 @@ <h1>markdown-it-docutils</h1>
100100
* H{sub}`2`O
101101
* 4{sup}`th` of July
102102
* {abbr}`CSS (Cascading Style Sheets)`
103-
103+
104104
Math:
105-
105+
106106
```{math}
107107
:label: math_label
108-
w_{t+1} = (1 + r_{t+1}) s(w_t) + y_{t+1}
108+
w_{t+1} = (1 + r_{t+1}) s(w_t) + y_{t+1}
109109
```
110110
</textarea
111111
>

0 commit comments

Comments
 (0)