This commit is contained in:
2026-02-28 16:59:39 +00:00
parent 6d786905ec
commit dd45933223
16 changed files with 5 additions and 1 deletions

View File

@@ -117,7 +117,6 @@ article {
h2 > code,
p > code,
li > code {
background: $color-bg-accent-dark;
padding: 0.1rem 0.25rem;
font-size: 0.875rem;
border: 1px solid $color-bg-accent-light;

View File

@@ -0,0 +1,5 @@
<div class="js-block">
<pre class="source">source</div>
<div class="in"><textarea onchange="js_block_run" style="width:100%"></textarea></div>
<pre class="out">aaa</div>
</div>