# Supported Markdown

The following markdown formatting is supported in the ticket Description and ticket Comments fields:

Headings - # heading1, ## heading 2 ...

Line breaks - end a line with TWO spaces before hitting return

Bold - **\*\* this text will be bold \*\*.** or **\_\_this text is bold\_\_**

Italic - *\*this text is italic\** or *\_this text is italic\_*

Bold and italic *- **\*\*\* bold and italic \*\*\*** or **\_\_\_bold and italic\_\_\_***

Strikethrough -  \~\~this text will be stricken\~\~

#### Block quote&#x20;

\> This text will be blockquoted

#### Unordered Lists&#x20;

prefix each item with \*, - or +

#### Ordered lists

prefix each item with a number and period - start with 1., but then any number is acceptable.&#x20;

#### Code Blocks

indent with four spaces or one tab

You can create fenced code blocks by prefixing and ending the block of code with three backticks or three tildes

for example

````
```
this will be rendered
as code
```
~~~
so will 
this 
~~~
````

#### Divider line

\*\*\*, or \_\_\_

#### Definition Lists&#x20;

prefix each definition item with :  for example,&#x20;

`first term`\
`: definition of first term`\
`second term`\
`: definition of second term`\
`: alternate definition of second term`&#x20;

#### Tables

Use  the bar char to delineate each cell, and three or more hyphens to create an underline, for example:

`| heading 1 | heading 2 |`\
`| --- | --- |`\
`| data 1 | data 2|`\
`| data 3 | data 4|`\
`|: left aligned | right aligned:|`\
`|: centered: | |`

#### Footnotes

To create a footnote, use the format \[^1] and \[^2] etc for the placeholders in your text

where you want the footnote reference to be.&#x20;

`[^2]: footnote 2 text`\
`you can then put the text of the footnotes anywhere in your content`\
`[^1]: footnote 1 txt`\
`and it will be moved to the bottom of the document when it is rendered.` \
`if you want to add a long footnote [^3] you can create it thus:`\
`[^3]: for long footnotes`\
&#x20;   `indent the lines with four spaces`\
&#x20;   `then all the indented content will be considered part of the footnote`\
&#x20;   `again, the position of the footnote content in the document does not matter`\
&#x20;   `it will be moved to the end on render.`&#x20;

{% hint style="info" %}
For more information on the many features of markdown, see <https://www.markdownguide.org/basic-syntax/> but note EIP does not support HTML within ticket comments and description for security reasons.&#x20;
{% endhint %}


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.reveald.com/technical-documentation/admin-guides/epiphany-intelligence-platform-administrator-guide/epiphany-tools/tickets/supported-markdown.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
