From 5cbb24c4f6a3888171198360c5c9f119fed6e686 Mon Sep 17 00:00:00 2001 From: Dym Sohin Date: Sat, 14 Oct 2023 23:28:42 +0200 Subject: [PATCH] license to 0BSD, background to plain dark true-gray --- README.md | 2 ++ index.html | 2 +- meta.kdl | 2 +- 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index c6b54d4..5345816 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/index.html b/index.html index eddd92c..d5a7a5c 100644 --- a/index.html +++ b/index.html @@ -17,7 +17,7 @@ markdown.raw() – CSS style to make HTML look like raw markdown

by Dym Sohin -

code repo +

code repo

diff --git a/meta.kdl b/meta.kdl index 0cd9e6a..49e30b4 100644 --- a/meta.kdl +++ b/meta.kdl @@ -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"