From fb0a0ef1365cbccaa6ce18fc68f864dd4c0100ab Mon Sep 17 00:00:00 2001 From: RealStickman Date: Thu, 3 Nov 2022 11:04:22 +0100 Subject: [PATCH] Markdown and css example --- README.md | 1 + markdown.css | 26 ++++++++++++++++++++++++++ samplefile.md | 10 ++++++++++ 3 files changed, 37 insertions(+) create mode 100644 markdown.css create mode 100644 samplefile.md diff --git a/README.md b/README.md index f8fcfa6..9878cd1 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,3 @@ # markdown-css +Use `` on top of the markdown document diff --git a/markdown.css b/markdown.css new file mode 100644 index 0000000..aa72af0 --- /dev/null +++ b/markdown.css @@ -0,0 +1,26 @@ +html { + font-family: 'Fira Sans' +} + +h1 { + font-weight: bold; + border-bottom: 2px solid black; + text-align: center; + color: #bd93f9 +} + +h2,h3,h4,h5,h6 { + font-weight: bold; + padding-bottom: 2px; + border-bottom: 1px solid darkgray; + color: #6272a4 +} + +code { + color: #9806bd !important; + font-family: 'Fira Code' +} + +a { + font-style: italic +} diff --git a/samplefile.md b/samplefile.md new file mode 100644 index 0000000..de030fd --- /dev/null +++ b/samplefile.md @@ -0,0 +1,10 @@ + + +# Header 1 + +## Header 2 + +### Header 3 + +#### Header 4 +