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
24
Resources/Input/TestFullArticle.md
Normal file
24
Resources/Input/TestFullArticle.md
Normal file
|
@ -0,0 +1,24 @@
|
|||
|
||||
# Example Post
|
||||
This is where a basic summary of the post would go if I wanted to add one
|
||||
|
||||
Normal text would then go here wow
|
||||
## A subheader would go here
|
||||
the info under the subheader would go here wow. Oh look! here comes a page break
|
||||
_______
|
||||
omg wow that worked! heres another:
|
||||
_______
|
||||
|
||||
code would go here like this
|
||||
```
|
||||
int main()
|
||||
{
|
||||
std::cout << "hello world!" << std::endl;
|
||||
}
|
||||
```
|
||||
## One last thing
|
||||
...
|
||||
moomin
|
||||
|
||||
|
||||

|
Loading…
Add table
Add a link
Reference in a new issue