From 245988b195ef4ff13ba8e4bd2aa935877505403a Mon Sep 17 00:00:00 2001 From: John Cardinal Date: Tue, 2 Jun 2020 22:17:22 +0000 Subject: [PATCH] --- server/AyaNova/util/Seeder.cs | 190 +++++++++++++++++----------------- 1 file changed, 95 insertions(+), 95 deletions(-) diff --git a/server/AyaNova/util/Seeder.cs b/server/AyaNova/util/Seeder.cs index e09d034f..6cbf5894 100644 --- a/server/AyaNova/util/Seeder.cs +++ b/server/AyaNova/util/Seeder.cs @@ -607,129 +607,129 @@ namespace AyaNova.Util u.UserOptions.CurrencyName = "USD"; u.UserOptions.UiColor = Fake.Internet.Color(); - u.Wiki = @" +// u.Wiki = @" -# Markdown quick reference for Wiki pages -*** -*** -
+// # Markdown quick reference for Wiki pages +// *** +// *** +//
-## Markdown and Wiki documents -Wiki's are formatted using **[Markdown](https://en.wikipedia.org/wiki/Markdown)** a plain text formatting language. -This document is a quick reference guide and at the bottom is a link to a more comprehensive guide online. -You can also use the formatting toolbar above to perform the same tasks. +// ## Markdown and Wiki documents +// Wiki's are formatted using **[Markdown](https://en.wikipedia.org/wiki/Markdown)** a plain text formatting language. +// This document is a quick reference guide and at the bottom is a link to a more comprehensive guide online. +// You can also use the formatting toolbar above to perform the same tasks. -# Headings -# Heading 1st level -## Heading 2nd level -### Heading 3rd level -#### Heading 4th level -##### Heading 5th level -###### Heading 6th level -*** -# Emphasis text styles -*Italic* -**Bold** -~~Strike-through~~ -***Bold And Italic*** +// # Headings +// # Heading 1st level +// ## Heading 2nd level +// ### Heading 3rd level +// #### Heading 4th level +// ##### Heading 5th level +// ###### Heading 6th level +// *** +// # Emphasis text styles +// *Italic* +// **Bold** +// ~~Strike-through~~ +// ***Bold And Italic*** -# Quote blocks -> ""Morbi eget dapibus felis. Vivamus venenatis porttitor tortor sit amet rutrum. - Pellentesque aliquet quam enim, eu volutpat urna rutrum a. Nam vehicula nunc -> - > mauris, a ultricies libero efficitur sed. *Class aptent* taciti sociosqu ad - litora torquent per conubia nostra, per inceptos himenaeos. Sed molestie - imperdiet consectetur."" +// # Quote blocks +// > ""Morbi eget dapibus felis. Vivamus venenatis porttitor tortor sit amet rutrum. +// Pellentesque aliquet quam enim, eu volutpat urna rutrum a. Nam vehicula nunc +// > +// > mauris, a ultricies libero efficitur sed. *Class aptent* taciti sociosqu ad +// litora torquent per conubia nostra, per inceptos himenaeos. Sed molestie +// imperdiet consectetur."" -# Lists -### Unordered list -* List -* List -* List +// # Lists +// ### Unordered list +// * List +// * List +// * List -### Ordered list -1. One -2. Two -3. Three +// ### Ordered list +// 1. One +// 2. Two +// 3. Three -### Auto number ordered list -Ordered lists don't need the numbers to be in order, just that they start with 1: -1. Item -1. another item -1. more item +// ### Auto number ordered list +// Ordered lists don't need the numbers to be in order, just that they start with 1: +// 1. Item +// 1. another item +// 1. more item -### Nested lists -* First - * subitem One - * subitem Two -* Second - 1. sub one - 2. sub two +// ### Nested lists +// * First +// * subitem One +// * subitem Two +// * Second +// 1. sub one +// 2. sub two -# Blank lines -You can force extra blank lines by entering `
` here are two blank ... -
-
-...lines. +// # Blank lines +// You can force extra blank lines by entering `
` here are two blank ... +//
+//
+// ...lines. -# Horizontal rules +// # Horizontal rules -*** +// *** -# Blocks -`Inline block` with backticks +// # Blocks +// `Inline block` with backticks -``` -Multi-line block -print '3 backticks or' -print 'indent 4 spaces' -``` +// ``` +// Multi-line block +// print '3 backticks or' +// print 'indent 4 spaces' +// ``` -# Task lists +// # Task lists -- [ ] task one -- [x] task two (completed) +// - [ ] task one +// - [x] task two (completed) -# TABLES +// # TABLES -| First | Last | Year | -| -------- | -------- | -------- | -| John | Doe | 2000 | -| Mary | Smith | 2001 | -| T. | Persson | 2010 | +// | First | Last | Year | +// | -------- | -------- | -------- | +// | John | Doe | 2000 | +// | Mary | Smith | 2001 | +// | T. | Persson | 2010 | -# Hyperlinks -Inline text link and and optional tooltip: -Link to [our website](https://ayanova.com ""Hover text tooltip"") example +// # Hyperlinks +// Inline text link and and optional tooltip: +// Link to [our website](https://ayanova.com ""Hover text tooltip"") example -If you don't need an inline link you can simply enter it in angle brackets: - -Even email links work: - -
-You can also use emphasis characters with links: -Link to **[our website](https://ayanova.com)** example +// If you don't need an inline link you can simply enter it in angle brackets: +// +// Even email links work: +// +//
+// You can also use emphasis characters with links: +// Link to **[our website](https://ayanova.com)** example -# Image -This is how you insert an image into a wiki -![Image](https://www.ayanova.com/images/AyaNovaIcon256.png) +// # Image +// This is how you insert an image into a wiki +// ![Image](https://www.ayanova.com/images/AyaNovaIcon256.png) -# Emojis -As with all areas of AyaNova where you can enter text, you can also use emoji characters: -# 😀⚽🏒🍕🚗☀❤😎 -
+// # Emojis +// As with all areas of AyaNova where you can enter text, you can also use emoji characters: +// # 😀⚽🏒🍕🚗☀❤😎 +//
-# Markdown guide -A more detailed markdown guide is available here: - +// # Markdown guide +// A more detailed markdown guide is available here: +// -*** -"; +// *** +// "; //this seems wrong but is actually faster!? UserBiz Biz = UserBiz.GetBiz(ServiceProviderProvider.DBContext);