QuickDEV
  • ▶️Quick start
    • 🔃Overview
    • 🔑Security
  • 🎭Users management
    • 👨‍👩‍👦‍👦Members and groups
    • 🔐Permission for resources
  • 🖥️Applications
    • ➕Create applications
      • ⤴️Create application/module
      • 🔲Module
      • ✅Version and Release Management
    • 🎨Application editor
      • 👁️‍🗨️Visual components
        • ⚙️Common component settings
        • ⬆️File upload
        • 📊Charts and graphs
        • 🌄Image
        • 📋Option lists
        • 📑List view
        • ⬜Drawer
        • 🗺️Google maps
        • 📩Messages / Toast
        • 📅Calendar
        • Custom component
      • #️⃣Use markdown
      • ⌨️Keyboard shortcuts
    • 🔗Navigation
    • ⏯️Actions editor
      • ⏱️Date handling
      • 🟰Data selection & JavaScript
      • ⚡Event handlers
      • 🔎JavaScript Query
      • ✖️Dynamic variable
      • 💱Transformers
      • 🧮Data responder
      • ↕️Built-in JS functions
      • 📚Third-party libraries
    • 🖌️Styling
      • 📝Themes
      • 🖍️Customize styles
  • 🚀Database & API
    • 🔎Queries
    • 🧰Query repository
    • 📡Datasources
      • 🌎API
        • 1️REST API
        • 2️GraphQL
        • 3️Google Sheets
      • 🟠SQL Databases
        • 1️Oracle
        • 2️Microsoft SQL Server
        • 3️MySQL
        • 4️PostgreSQL
        • 5️MariaDB
      • 🟡NoSQL Databases
        • 1️MongoDB
        • 2️CouchDB
        • 3️DynamoDB
      • 🔴REDIS
      • 🟢BigData & OLAP
        • 1️Big Query
        • 2️Snowflake
        • 3️ClickHouse
        • 4️Elasticsearch
      • 🌐WebSocket
  • 💻Integrations
    • 1️ANGULAR
    • 2️HTML Pages
Powered by GitBook
On this page
  • Markdown basics
  • GFM extension
  • HTML supports
  • Supported HTML tags
  1. Applications
  2. Application editor

Use markdown

PreviousCustom componentNextKeyboard shortcuts

Last updated 1 year ago

QuickDEV empowers you to employ the lightweight markup language Markdown for text formatting within your app. This encompasses tasks like adjusting font sizes, inserting code snippets, and creating lists. Additionally, Markdown supports embedding HTML-formatted text, offering expanded styling options for your content.

Use Markdown within Input text and Table column type components for enhanced text formatting and presentation.

Markdown basics

All Markdown syntax is valid in QuickDEV.

  • Headings: Add a hashtag before the header. More hashtags, lower header level.

  • Line breaks: To begin a new line, add at least two whitespaces at the end of the previous one and then click Enter.

  • Paragraphs: To separate text into paragraphs, use a blank line.

  • Blockquotes: Use the closing angle bracket (>) to craft a blockquote.

  • Emphasis: Utilize single asterisks (*) before and after text to convert it to italic text, double asterisks (**) for bold text, and triple asterisks (***) for italic bold text.

  • Lists: To generate an unordered list, utilize a hyphen (-), asterisk (*), or plus sign (+), followed by a whitespace. For ordered lists, use numbers followed by a period (.).

  • Code: Use backticks (`) before and after code to denote code in plain text, and three backticks (```) to present code block.

  • Links: Use square brackets ([]) for the display text and parenthesis (()) for the link address. Note that no space should be inbetween

  • Escaping characters: Use backslash to display the special symbols that Markdown uses.

GFM extension

You can also use GitHub Flavored Markdown (GFM) extensions for additional syntax.

HTML supports

Supported HTML tags

<h1>
<h2>
<h3>
<h4>
<h5>
<h6>
<br>
<b>
<i>
<strong>
<em>
<a>
<pre>
<code>
<img>
<tt>
<div>
<ins>
<del>
<sup>
<sub>
<p>
<ol>
<ul>
<table>
<var>
<hr>
<ruby>
<rt>
<rp>
<li>
<tr>
<td>
<th>
<s>
<strike>
<summary>
<details>
<caption>
<figure>
<figcaption>
<abbr>
<bdo>
<cite>
<dfn>
<mark>
<small>
<thead>
<tbody>
<tfoot>
<blockquote>
<dl>
<dt>
<dd>
<kbd>
<q>
<samp>
<span>
<time>
<wbr>
<input>

For more information, see

Footnotes: To enter , use a caret and a number enclosed in square brackets

Tables: To build a table's header row, use hyphens separated by a vertical bar, and then use the vertical bar to separate content in cells - .

Strikethrough lines: To add strikethrough lines, use a double tilde before and after the text -

Task lists: Utilize a whitespace within square brackets within the list format. To mark a task as completed, substitute the whitespace with the letter x.

In QuickDEV, you can use most HTML tags and properties.

🖥️
🎨
#️⃣
Markdown documentation
Footnotes
Table extension
Styling text
See tasklists
See Integrate HTML in Markdown
Use Markdown for column type