Jul 17, 2023

Long content form post with markdown

Testing markdown from Swarmstr

Please ignore and forgive the spam ๐Ÿง„๐Ÿซ‚

this is bold

this italic

this is strikethrough


this is a quote this is some code

    const formik = useFormik({
        initialValues: {
            content: '',
            title: ''
        },
        onSubmit: (values) => {
            console.log(`form submit`, {values});
        }
    });

UseLessShit

unordered list

  • item 1
  • item 2

ordered list

  1. item
  2. item
  3. item

checked list

  • tick
  • tok