Markdown Support

Parts of ML Verify can be customised using a language called Markdown.

What is Markdown?

Markdown is a simple way to change the formatting of text without knowing things such as HTML or CSS.

It’s used

Some text editor uses Markdown, which is a simple way of adding formatting and styling to your text. Our community forums use the same language.

Adding things like asterisks around some text can change the way words look.

Where you can use Markdown

Markdown is currently supported in text editors in ML Verify, including:

  • The policy editor
  • Client portal text
  • KYC template text

Examples of Markdown

Here are some examples of what you can do with Markdown:

Code Output Notes
**bold** bold -
_italic_ italic To be used if the word is alone
*italic* italic To be used if the words are grouped
[Link Text](https://www.mlverify.com) Link Text -
* This is a bullet point Bullet pointed list -
![Alt Tag](url to image) Smiley -

Example 1

Please ensure you upload a document which **clearly** shows your full name. We accept:

* UK Driving Licenses
* UK issued passports

Becomes:

Please ensure you upload a document which clearly shows your full name. We accept:

  • UK Driving Licenses
  • UK issued passports

Example 2

This platform is run by [ML Verify Ltd.](https://mlverify.com)

![ML Verify Logo](https://community.mlverify.com/uploads/default/original/1X/0137a32f2f27d5c43c55d2b3f022ac7bdaeb2c56.png)

This platform is run by ML Verify Ltd.

ML Verify Logo