History: Markdown_Settings_Markdown_Plain
Preview of version: 1
- «
- »
- Markdown Test Page
- Heading one
- Heading two
- Blockquotes
- Lists
- Ordered List
1. Longan
1. Lychee
1. Marionberry
1. Melon
1. Cantaloupe
1. Honeydew
1. Watermelon
1. Miracle fruit
1. Mulberry
- Unordered List
- Olive
- Orange
* Clementine
- Papaya
- Passionfruit
- 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 |
- Code
- 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.
- 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;
}
```
- Kittens