From 11b3d9dc08dc72f29eb012852dc43d0b57ff2212 Mon Sep 17 00:00:00 2001 From: "Teagan C. Lance" Date: Thu, 10 Dec 2020 09:46:52 -0800 Subject: [PATCH] Update 'content/syllabus/fourthsyllabus.md' Testing formatting for the general user guide. --- content/syllabus/fourthsyllabus.md | 39 ++++++++++++++++++++++++++++++ 1 file changed, 39 insertions(+) diff --git a/content/syllabus/fourthsyllabus.md b/content/syllabus/fourthsyllabus.md index 8810772..f620c91 100644 --- a/content/syllabus/fourthsyllabus.md +++ b/content/syllabus/fourthsyllabus.md @@ -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... +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 1 or it could not be. + +Subscript formatting Test +There could be a use for subscript 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")