Update 'content/syllabus/fourthsyllabus.md'

Testing formatting for the general user guide.
This commit is contained in:
Teagan C. Lance 2020-12-10 09:46:52 -08:00
parent 03fd5f4113
commit 11b3d9dc08

View file

@ -6,3 +6,42 @@ title: Fourth syllabus inside a second topic inside a curriculum
This should work more as an example than anything else. But one could edit and play with it... This should work more as an example than anything else. But one could edit and play with it...
Testing formatting:
Table Formatting Test
| Syntax | Description |
| ----------- | ----------- |
| Header | Title |
| Paragraph | Text |
Italic / Bold / Bolid Italic text Test
*This sure is some italic text right here.*
**This text sure is bold right here.**
_This **text** has both the emphasis, wild right?_
List formatting Test
* This is
* An Unformatted
* List with
* Seperate levels
* Acheived with 2 spaces before the asterisk.
Superscript formatting Test
This could be a footnote <sup> 1 </sup> or it could not be.
Subscript formatting Test
There could be a use for <sub> subscript </sub> or maybe there isn't.
Headings Test
# I need this to be the main title
## Maybe I have some subheadings
### Maybe I am really into sub subheadings
#### Organisation may be very important to more
General Link Test
This is a link without formatted text in the brackets [](https://www.google.com)
This is a link with formatted text in the brackets [Hey it's google](https://www.google.com)
Syllabus Link Test
This is a test with clear brackets ![](syllabus: "firstsyllabus.md")
This is a test with text in the brackets ![Check out the second syllabus](syllabus: "secondsyllabus.md")