This page is read only. You can view the source, but not change it. Ask your administrator if you think this is wrong. this is my first page. here's a [[second]] link to a page [[http://google.com|External Link - Google]] ---- <del>Strike-through Text</del> ''Monospaced Text'' //Italic Text// **Bold Text** <sub>subscript needs to be added manually. </sub> <sup>superscript needs to also be added manually. </sup> ---- =) --- //[[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 <code> </code> <code java> </code> <file php myexample.php> <?php echo "hello world!"; ?> </file> ====== 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 <php> syntax above is used), adding this macro will force DokuWiki to rerender a page on every call [[wiki:start]] wiki/start.txt Last modified: 2023/01/31 04:16by 127.0.0.1