This is a React Typescript blog that dynamically renders markdown, as post entries. Which will then save old post entries in json format.
- To do this it required me to build a markdown-parser to parse the markdown so it can be renedered from the json format.