Loading...
 

History: Markdown_Settings_Markdown_WYSIWYG

Preview of version: 2

{syntax type=markdown, editor=wysiwyg}
  1. Markdown Test Page
  2. Heading one
Sint sit cillum pariatur eiusmod nulla pariatur ipsum. Sit laborum anim qui mollit tempor pariatur nisi minim dolor.

    1. Heading two
Aute officia nulla deserunt do deserunt cillum velit magna. ~~Officia~~ veniam culpa anim minim dolore labore pariatur voluptate id ad est duis quis velit dolor pariatur enim.

  1. Blockquotes
> Ipsum et cupidatat mollit exercitation enim duis sunt irure aliqua reprehenderit mollit. Pariatur Lorem pariatur laboris do culpa do elit irure. Eiusmod amet nulla voluptate velit culpa et aliqua ad reprehenderit sit ut.

  1. Lists
      1. Ordered List
1. Longan
2. Lychee
3. Marionberry
4. Melon
1. Cantaloupe
2. Honeydew
3. Watermelon
5. Miracle fruit
6. Mulberry

      1. Unordered List
  • Olive
  • Orange
* Blood orange
* Clementine
  • Papaya
  • Passionfruit

  1. Table
| Table Heading 1 | Table Heading 2 | Center align | Right align | Table Heading 5 |
| :------ | :------ | :----: | --: | :---- |
| Item 1 | Item 2 | Item 3 | Item 4 | Item 5 |
| Item 1 | Item 2 | Item 3 | Item 4 | Item 5 |
| Item 1 | Item 2 | Item 3 | Item 4 | Item 5 |
| Item 1 | Item 2 | Item 3 | Item 4 | Item 5 |
| Item 1 | Item 2 | Item 3 | Item 4 | Item 5 |

  1. Code
    1. Inline code
Excepteur velit nisi magna ea pariatur pariatur ullamco fugiat deserunt sint non sint. Duis duis est `code in text` velit velit aute culpa ex quis pariatur pariatur laborum aute pariatur duis tempor sunt ad.

    1. Block
```php
public function getDocumentPart(Search_Type_Factory_Interface $typeFactory)
{
$value = $this->getValue();
$data = $this->getFieldData();
$defaultAmount = $this->convertToDefaultCurrency($data);
$baseKey = $this->getBaseKey();

$out = [
$baseKey => $typeFactory->plaintext($value),
"{$baseKey}_base" => $typeFactory->numeric($defaultAmount),
"{$baseKey}_numeric" => $typeFactory->numeric($data'amount'),
];
return $out;
}
```

  1. Kittens

Not so big(http://placekitten.com/480/400)

History

Advanced
Information Version
Thu 06 of Oct, 2022 08:11 GMT-0000 Marc Laporte Removing alias as page will be copied to other Tikis 4
Thu 06 of Oct, 2022 08:11 GMT-0000 Marc Laporte Page renamed from Markdown Settings Markdown_WYSIWYG to Markdown_Settings_Markdown_WYSIWYG. Semantic alias redirect created 3
Wed 05 of Oct, 2022 15:00 GMT-0000 Jonny Bradley removed some spaces 2
Wed 05 of Oct, 2022 14:56 GMT-0000 Jonny Bradley Markdown example for WYSIWYG 1