carson.sh
First Blog Post!
Carson Graham
2020-08-10
I'm really just testing the markdown toolkit

here is some content! content is good! I like content.

there will be many newlines in the content

lets test some markdown features

h1

h2

h3

h4

h5
h6

italics

bold

Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.

here is some code exceprts which should be in monospace and markdown.

link to an example website

link back to the main blog page

  • a list
  • of several
  • styled unordered elements
  1. a list of
  2. ordered elements
  3. however the order is automatically generated

| a table | vibe | | ------- | ---- | | HTML | low vibe | | markdown | high vibe |

quoting

pretty neat

var React = require("react"); var Markdown = require("react-markdown");