this is my first page.
here's a [[second]] link to a page
[[http://google.com|External Link - Google]]
----
Strike-through Text
''Monospaced Text''
//Italic Text//
**Bold Text**
subscript needs to be added manually. 
superscript needs to also be added manually. 
----
:grin: :smile: :gasp:
=)
 --- //[[megan.walley@outlook.com|Megan]] 2023/01/28 01:51//
----
  - Ordered List Item
  - Ordered List Item
    - Ordered List Item
  - Ordered List Item
  - Ordered List Item
----
  * Unordered List Item
  * Unordered List Item
    * Unordered List Item
  * Unordered List Item
  * Unordered List Item
----
== Headline 6 ==
Text under the headline
=== Headline 5 ===
Text under the headline
==== Headline 4 ====
Text under the headline
===== Headline 3 =====
Text under the headline
====== Headline 2 ======
Text under the headline
======= Headline 1 =======
Text under the headline
----
> one quote
>> two quotes
>>> three quotes
text after a quote
> test
> test two
----
tables have pretty easy syntax, too. 
^ Heading 1      ^ Heading 2       ^ Heading 3          ^
| Row 1 Col 1    | Row 1 Col 2     | Row 1 Col 3        |
| Row 2 Col 1    | some colspan (note the double pipe) ||
| Row 3 Col 1    | Row 3 Col 2     | Row 3 Col 3        |
----
code can be added with two spaces before the text,
  like so.
  this makes everything code-ified
   
   
  
  
  
 
====== Control Macros ======
  ~~NOTOC~~	
  If this macro is found on the page, no table of contents will be created
  ~~NOCACHE~~	
  DokuWiki caches all output by default. Sometimes this might not be wanted (eg. when the  syntax above is used), adding this macro will force DokuWiki to rerender a page on every call