-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
5 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -68,7 +68,7 @@ <h1 class="title">@celine/celine</h1> | |
<td class="width-auto"><a href="https://jsr.io/@celine/celine">jsr.io/<wbr>@celine/<wbr>celine</a> + <a href="https://jsr.io/@celine/celine/doc">/docs</a></td> | ||
<th>Version</th> | ||
<!-- these should be updated to the best of your ability --> | ||
<td class="width-min"><a href="https://jsr.io/@celine/celine/versions" id="version">0.4.1</a></td> | ||
<td class="width-min"><a href="https://jsr.io/@celine/celine/versions" id="version">0.4.2</a></td> | ||
</tr> | ||
<script type="module"> | ||
fetch("https://npm.jsr.io/@jsr/celine__celine") | ||
|
@@ -95,7 +95,7 @@ <h2><a href="#installation" id="installation"></a>Installation</h2> | |
<p>Add the following <code><script></code> element to your HTML file's <code><head></code> block:</p> | ||
|
||
<script type="module" class="echo reflect" id="installation"> | ||
import { CelineModule, reevaluateOnBlur } from 'https://esm.sh/jsr/@celine/[email protected].1'; | ||
import { CelineModule, reevaluateOnBlur } from 'https://esm.sh/jsr/@celine/[email protected].2'; | ||
import * as Inputs from 'https://esm.run/@observablehq/[email protected]'; | ||
import * as htl from 'https://esm.run/[email protected]'; | ||
|
||
|
@@ -119,7 +119,7 @@ <h2><a href="#installation" id="installation"></a>Installation</h2> | |
<pre class="echo" style="margin-bottom: 1ch;"> | ||
<link | ||
rel="stylesheet" | ||
href="https://esm.sh/jsr/@celine/[email protected].1/stylesheets/cell.css?raw" /> | ||
href="https://esm.sh/jsr/@celine/[email protected].2/stylesheets/cell.css?raw" /> | ||
</pre> | ||
|
||
<p> | ||
|
@@ -129,7 +129,7 @@ <h2><a href="#installation" id="installation"></a>Installation</h2> | |
<pre class="echo" style="margin-bottom: 1ch;"> | ||
<link | ||
rel="stylesheet" | ||
href="https://esm.sh/jsr/@celine/[email protected].1/stylesheets/libertine.css?raw" /> | ||
href="https://esm.sh/jsr/@celine/[email protected].2/stylesheets/libertine.css?raw" /> | ||
</pre> | ||
Consider <a href="https://latex.vercel.app/"><cite>LaTeX.css</cite></a> also. | ||
|
||
|