diff options
| author | nsfisis <nsfisis@gmail.com> | 2025-11-27 05:05:04 +0900 |
|---|---|---|
| committer | nsfisis <nsfisis@gmail.com> | 2025-11-27 06:07:46 +0900 |
| commit | c754d24b162ecd504f3c4bdd8632045dd0398768 (patch) | |
| tree | 362323710bb329ad609d379df4e4a429e4229fd2 /services/nuldoc/public/blog/posts/2021-03-05/my-first-post/index.html | |
| parent | d1014de68415df8f0a5dc3389332e086119c6198 (diff) | |
| download | nsfisis.dev-c754d24b162ecd504f3c4bdd8632045dd0398768.tar.gz nsfisis.dev-c754d24b162ecd504f3c4bdd8632045dd0398768.tar.zst nsfisis.dev-c754d24b162ecd504f3c4bdd8632045dd0398768.zip | |
feat(nuldoc): Djot to Markdown
Diffstat (limited to 'services/nuldoc/public/blog/posts/2021-03-05/my-first-post/index.html')
| -rw-r--r-- | services/nuldoc/public/blog/posts/2021-03-05/my-first-post/index.html | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/services/nuldoc/public/blog/posts/2021-03-05/my-first-post/index.html b/services/nuldoc/public/blog/posts/2021-03-05/my-first-post/index.html index 15d8ab0..0681e34 100644 --- a/services/nuldoc/public/blog/posts/2021-03-05/my-first-post/index.html +++ b/services/nuldoc/public/blog/posts/2021-03-05/my-first-post/index.html @@ -173,6 +173,7 @@ blockquote </p> </blockquote> + <hr> <div class="codeblock"> <pre class="shiki github-light" style="background-color:#f5f5f5;color:#24292e" tabindex="0"><code><span class="line"><span style="color:#005CC5">puts</span><span style="color:#032F62"> "Hello, World!"</span></span></code></pre> </div> @@ -201,10 +202,7 @@ <code>code</code> </p> <p> - <ins> - inserted - </ins> - + <ins>inserted</ins> <del> deleted </del> @@ -223,8 +221,6 @@ </div> </div> <table> - <caption> - </caption> <thead> <tr> <th> |
