license to 0BSD, background to plain dark true-gray
This commit is contained in:
parent
05beb20cf7
commit
5cbb24c4f6
|
@ -2,6 +2,7 @@
|
||||||
|
|
||||||
> CSS style to make HTML look like raw markdown
|
> CSS style to make HTML look like raw markdown
|
||||||
|
|
||||||
|
|
||||||
- leading symbols are unshifted
|
- leading symbols are unshifted
|
||||||
- right-to-left support
|
- right-to-left support
|
||||||
- uses CSS4 [`:is()`](https://developer.mozilla.org/en-US/docs/Web/CSS/:is#Browser_compatibility)
|
- 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)
|
- 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/)
|
- includes some [extended markdown syntax](https://markdownguide.org/extended-syntax/)
|
||||||
|
|
||||||
|
|
||||||
## preview
|
## preview
|
||||||
- live: https://dym.sh/markdown-raw/
|
- live: https://dym.sh/markdown-raw/
|
||||||
- codepen: https://codepen.io/dym-sh/pen/XWKbYVP/left/?editors=1100
|
- codepen: https://codepen.io/dym-sh/pen/XWKbYVP/left/?editors=1100
|
||||||
|
|
|
@ -17,7 +17,7 @@
|
||||||
<th colspan=2>
|
<th colspan=2>
|
||||||
markdown.raw() – CSS style to make HTML look like raw markdown
|
markdown.raw() – CSS style to make HTML look like raw markdown
|
||||||
<br><br>by <a href='https://dym.sh'>Dym Sohin</a>
|
<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>
|
<br><br>
|
||||||
</th>
|
</th>
|
||||||
</thead>
|
</thead>
|
||||||
|
|
2
meta.kdl
2
meta.kdl
|
@ -4,7 +4,7 @@ media-type "style"
|
||||||
tags "code" "css" "markdown"
|
tags "code" "css" "markdown"
|
||||||
license "0BSD"
|
license "0BSD"
|
||||||
homepage "https://dym.sh/markdown-raw/"
|
homepage "https://dym.sh/markdown-raw/"
|
||||||
source "https://source.garden/syle/markdown-raw/"
|
source "https://source.garden/styles/markdown-raw/"
|
||||||
|
|
||||||
mirrors {
|
mirrors {
|
||||||
codepen "https://codepen.io/dym-sh/pen/XWKbYVP/left/?editors=1100"
|
codepen "https://codepen.io/dym-sh/pen/XWKbYVP/left/?editors=1100"
|
||||||
|
|
Loading…
Reference in New Issue