2023-06-18 16:40:38 +02:00
|
|
|
# markdown.raw()
|
2023-06-18 16:13:16 +02:00
|
|
|
|
2023-06-18 16:40:38 +02:00
|
|
|
> CSS style to make HTML look like raw markdown
|
|
|
|
|
2023-10-14 23:28:42 +02:00
|
|
|
|
2023-06-18 16:40:38 +02:00
|
|
|
- leading symbols are unshifted
|
|
|
|
- right-to-left support
|
|
|
|
- uses CSS4 [`:is()`](https://developer.mozilla.org/en-US/docs/Web/CSS/:is#Browser_compatibility)
|
|
|
|
- default color theme is monokai
|
|
|
|
- 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/)
|
|
|
|
|
2023-10-14 23:28:42 +02:00
|
|
|
|
2023-06-18 16:40:38 +02:00
|
|
|
## preview
|
2023-06-18 17:59:46 +02:00
|
|
|
- live: https://dym.sh/markdown-raw/
|
2023-06-18 16:40:38 +02:00
|
|
|
- codepen: https://codepen.io/dym-sh/pen/XWKbYVP/left/?editors=1100
|
|
|
|
|
2023-10-14 23:27:12 +02:00
|
|
|
<a href='./th.png'><img width=600 border=2 alt='preview' src='./th.png'></a>
|