{syntax type=markdown, editor=plain}
2. Lychee
3. Marionberry
4. Melon
1. Cantaloupe
2. Honeydew
3. Watermelon
5. Miracle fruit
6. Mulberry
* Clementine
| :------ | :------ | :----: | --: | :---- |
| 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 |
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;
}
```
- Markdown Test Page
- Heading one
- Heading two
- Blockquotes
- Lists
- Ordered List
2. Lychee
3. Marionberry
4. Melon
1. Cantaloupe
2. Honeydew
3. Watermelon
5. Miracle fruit
6. Mulberry
- Unordered List
- Olive
- Orange
* Clementine
- Papaya
- Passionfruit
- Table
| :
| 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
- Block
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