finalises first pass of work on BlogPageBuilder.
Project can now build the webpages required! additionally adds some example blog posts from my old website
This commit is contained in:
parent
d7a080b47a
commit
d0298d9493
133 changed files with 2355 additions and 3808 deletions
21
Resources/Input/inputfile.md
Normal file
21
Resources/Input/inputfile.md
Normal file
|
@ -0,0 +1,21 @@
|
|||
|
||||
# Hello world!
|
||||
this is a test of the cool markdown parser written by
|
||||
some random guy online who made a cool thing but seems kind
|
||||
of cringe
|
||||
|
||||
## The guy
|
||||
whats his name? minty or some shit idk
|
||||
|
||||
## Lets run a tests
|
||||
test*
|
||||
```
|
||||
print("oogyboogyman")
|
||||
```
|
||||
|
||||
that should be formatted as code
|
||||
|
||||
## One more test
|
||||
- a list
|
||||
- wow
|
||||
- truly amazing
|
Loading…
Add table
Add a link
Reference in a new issue