license to 0BSD, background to plain dark true-gray

This commit is contained in:
Dym Sohin 2023-10-14 23:28:42 +02:00
parent 05beb20cf7
commit 5cbb24c4f6
3 changed files with 4 additions and 2 deletions

View File

@ -2,6 +2,7 @@
> CSS style to make HTML look like raw markdown
- leading symbols are unshifted
- right-to-left support
- uses CSS4 [`:is()`](https://developer.mozilla.org/en-US/docs/Web/CSS/:is#Browser_compatibility)
@ -9,6 +10,7 @@
- css-code itself is [haskell-styled](https://en.wikipedia.org/wiki/Indentation_style#Haskell_style)
- includes some [extended markdown syntax](https://markdownguide.org/extended-syntax/)
## preview
- live: https://dym.sh/markdown-raw/
- codepen: https://codepen.io/dym-sh/pen/XWKbYVP/left/?editors=1100

View File

@ -17,7 +17,7 @@
<th colspan=2>
markdown.raw() CSS style to make HTML look like raw markdown
<br><br>by <a href='https://dym.sh'>Dym Sohin</a>
<br><br>code <a href='https://source.garden/style/markdown-raw/'>repo</a>
<br><br>code <a href='https://source.garden/styles/markdown-raw/'>repo</a>
<br><br>
</th>
</thead>

View File

@ -4,7 +4,7 @@ media-type "style"
tags "code" "css" "markdown"
license "0BSD"
homepage "https://dym.sh/markdown-raw/"
source "https://source.garden/syle/markdown-raw/"
source "https://source.garden/styles/markdown-raw/"
mirrors {
codepen "https://codepen.io/dym-sh/pen/XWKbYVP/left/?editors=1100"