Skip to content

Commit

Permalink
new styles
Browse files Browse the repository at this point in the history
  • Loading branch information
MaxwellBo committed Oct 14, 2024
1 parent 577d507 commit 904accc
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<meta name="keywords" content="celine, celine, reactive, html, notebook, observable, runtime, api, library, microlibrary, esm, module, script, style, element, contenteditable, reevaluate, blur, cell, viewof, mutable, counter, fizzbuzz, name, greeting, ref, increment, sword">
<meta name="date" content="2024-09-18">
<meta name="license" content="MIT">
<meta name="version" content="v0.3.1">
<meta name="version" content="v0.3.2">

<meta property="og:title" content="@celine/celine">
<meta property="og:description" content="A microlibrary for building reactive HTML notebooks">
Expand Down Expand Up @@ -87,7 +87,7 @@ <h2><a href="#installation" id="installation" class="self-link"></a>Installation
<script type="module" class="echo">
import { CelineModule, reevaluateOnBlur } from 'https://esm.sh/jsr/@celine/[email protected]';
import * as Inputs from 'https://esm.run/@observablehq/[email protected]';
import * as htl from 'https://esm.run/[email protected].1';
import * as htl from 'https://esm.run/[email protected].2';

window.celine = CelineModule.usingNewObservableRuntimeAndModule(document);
window.library = celine.library; /* @observablehq/stdlib */
Expand All @@ -104,7 +104,7 @@ <h2><a href="#installation" id="installation" class="self-link"></a>Installation
<pre class="echo" style="margin-bottom: 1ch;">
&lt;link
rel=&quot;stylesheet&quot;
href=&quot;https://esm.sh/jsr/@celine/[email protected].1/celine/stylesheets/echo.css?raw&quot;
href=&quot;https://esm.sh/jsr/@celine/[email protected].2/celine/stylesheets/echo.css?raw&quot;
crossorigin=&quot;anonymous&quot; /&gt;
</pre>

Expand Down Expand Up @@ -232,7 +232,7 @@ <h3><a href="#mutable" id="mutable" class="self-link"></a><code>celine.mutable(n

<h3><a href="#tmg" id="tmg" class="self-link"></a>TeX, Markdown, Graphviz</h3>

<p>There are many useful utilities inside of the <a href="https://github.com/observablehq/stdlib">Observable standard library</a>.</p>
<p>There are many useful utilities in the <a href="https://github.com/observablehq/stdlib">Observable standard library</a>.</p>

<script type="module" class="echo" id="lib" contenteditable="true">
celine.cell("lib", () => {
Expand Down

0 comments on commit 904accc

Please sign in to comment.