# Markdown Labeling Editor

Ango Hub provides a labeling editor with which Markdown files can be annotated.

{% hint style="info" %}
This article will exclusively go over Ango Hub’s Markdown labeling interface. Features common to all labeling editors are instead [explained here](/labeling/labeling-editor-interface.md).
{% endhint %}

<figure><img src="/files/ERcaJJrUeOOQNwoCcXeQ" alt=""><figcaption></figcaption></figure>

## Overview <a href="#how-to-annotate-text" id="how-to-annotate-text"></a>

### Supported File Types

The markdown labeling editor supports text assets with the following file extensions:

* .md

### Supported Labeling Tools

The markdown labeling editor supports following labeling tools:

**Classifications**

* Radio
* Checkbox
* Single-Select Dropdown
* Multi-Select Dropdown
* Single-Select Tree
* Multi-Select Tree
* Text

**Relations**

* Single Relation
* Group Relation

### Top Bar <a href="#how-to-annotate-text" id="how-to-annotate-text"></a>

### Model Plugins

<figure><img src="/files/q2dJhkZ73aJP2l6PXDTT" alt="" width="563"><figcaption></figcaption></figure>

Click on the "Model Plugins" button to open a list of [model-type plugins](/plugins/plugin-developer-documentation.md) available in your organization.

<figure><img src="/files/Ak48lqHBop0Cx8ejaxfR" alt="" width="563"><figcaption></figcaption></figure>

If a [default preset](/plugins/introduction-to-plugins/plugin-configuration-and-preset-management.md) has been set for the plugin, the button will be clickable, and clicking on it once will run the plugin on the current asset with the default settings.

Clicking on the three dots next to the model name will open the Model Run Dialog, allowing you to customize the plugin's run settings and to run the plugin on the current asset with settings of your choice.

### KaTeX and LaTeX Rendering <a href="#how-to-annotate-text" id="how-to-annotate-text"></a>

<figure><img src="/files/NuA2xHWU7huEeET70d1c" alt="" width="344"><figcaption></figcaption></figure>

The *Enable KaTeX Rendering* button will render any mathematical LaTeX markup visible in the asset into formatted mathematical notation.

<figure><img src="/files/NcixOLDi7Lu1lpJpOoia" alt="" width="375"><figcaption></figcaption></figure>

The *Compile as LaTeX* button will take the text content of the current asset and treat it as LaTeX markup, then attempt to compile the document. If compilation was successful, it will display the resulting PDF. Through the option toggles, you may ask Ango Hub to wrap the text with a document environment (i.e. `\begin{document}` and `\end{document}`) and to add a document-type class.

## How to Annotate Markdown <a href="#how-to-annotate-text" id="how-to-annotate-text"></a>

In Markdown assets, only classifications are available.

From the *Classifications* panel on the left sidebar, answer the classification questions. When done, click on *Submit* on the top-right corner of the screen.

### Keyboard Shortcuts <a href="#keyboard-shortcuts" id="keyboard-shortcuts"></a>

A full list of keyboard shortcuts is available by clicking on the *Keyboard* button on the right side of the top bar:

![](/files/-Mk6H9EHe0BFD31bVpqb)

### Further reading

{% content-ref url="/pages/-MjiniaaX8Bc-1CsxFDT" %}
[Audio Labeling Editor](/labeling/labeling-editor-interface/audio-labeling-editor.md)
{% endcontent-ref %}

{% content-ref url="/pages/-Mk6DvRXUK6-NIvfsXeq" %}
[Image Labeling Editor](/labeling/labeling-editor-interface/image-labeling-editor.md)
{% endcontent-ref %}

{% content-ref url="/pages/-Mk6GBzBlgn96o0VYkRi" %}
[PDF Labeling Editor](/labeling/labeling-editor-interface/pdf-labeling-editor.md)
{% endcontent-ref %}

{% content-ref url="/pages/-Mjifco2debe91gXbTS1" %}
[Labeling Editor Interface](/labeling/labeling-editor-interface.md)
{% endcontent-ref %}


---

# 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.imerit.net/labeling/labeling-editor-interface/markdown-labeling-editor.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.
