diff options
| author | Pinapelz <yukais@pinapelz.com> | 2024-12-22 09:21:16 -0800 |
|---|---|---|
| committer | Pinapelz <yukais@pinapelz.com> | 2024-12-23 23:23:33 -0800 |
| commit | 1775805727e3c172a82164df7da810d2d4c40730 (patch) | |
| tree | d1a171fa059482dbb6d49e24c7598944caa44355 /public/md/hello-world.md | |
| parent | 8f9d96b60fe18e0b126022096505c1c693b51108 (diff) | |
fix build: add marked as dependency
Diffstat (limited to 'public/md/hello-world.md')
| -rw-r--r-- | public/md/hello-world.md | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/public/md/hello-world.md b/public/md/hello-world.md new file mode 100644 index 0000000..3d699cd --- /dev/null +++ b/public/md/hello-world.md @@ -0,0 +1,4 @@ +# Hello World +This is a test of the dynamically generated markdown feature +- It works by fetching the raw md file from the public folder +- *then renders it using React with marked*
\ No newline at end of file |
