Latest JAS v1.1.0
144 plugins online

Modules / Fields / Properties / Markup

The "markup" property allows the use of the JAS inline markup codes on text fields. It's a simplified form of HTML that allows for easy and consistent layouts. It uses brackets for a command each of which allow a variety of options.

Example
Markup
[link=https://some.domain.com title="Some domain"]Inner text[link]


Each command also allows a "class" and an "id" argument.
Class and ID example
Markup
[file=534  class=file id="File #534"]Inner text[file]


Note that each command and argument also has a short version which is invoked by using the first letter.
Short example
Markup
[i=23 t=Image]


Additionally the markup allows you to easily create (multi-level) bullet and number lists.
Bullet list example
Markup
- Bullet 1
  Info
- Bullet 2
  More info
Number list example
Markup
. Item 1
  Info
. Item 2
  More info


Field types

Fun fact: this documentation is actually using the markup to provide a consistent reading experience. Moreover you can use the markup in the comments box below.

Comments (0)