-
@ 00000
2023-07-17 22:43:53Testing 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}); } });
unordered list - item 1 - item 2
ordered list
- item
- item
- item
checked list
- [ ] tick
- [x] tok