Markdown
All Text fields, that is those that are multi-lined support markdown text.
Features
-
CommonMark Markdown
-
Tables
-
Strikethrough
-
Code highlighting
-
Admonitions
-
Linkify
-
Task Lists
-
Heading Anchors
-
Ticket References
-
Model References
Admonitions
declare with:
Available admonition types are:
-
note
-
info
-
tip
-
warning
-
danger
-
quote
Ticket References
Declare a ticket reference in format #<ticket number>
, and it will be rendered as a link to the ticket. i.e. #2
Model Reference / Model Tag
A Model link is a reference to an item within the database. Supported model link items are:
Model | Tag |
---|---|
cluster | $cluster-<id> |
clustertype | $-<id> |
config groups | $config_group-<id> |
device | $device-<id> |
devicemodel | $-<id> |
devicetype | $-<id> |
externallink | $-<id> |
featureflag | $feature_flag-<id> |
gitrepository | $git_repository-<id> |
group | $-<id> |
knowledgebase | $kb-<id> |
knowledgebasecategory | $-<id> |
manufacturer | $-<id> |
modelnotes | $-<id> |
operatingsystem | $operating_system-<id> |
operatingsystemversion | $-<id> |
organization | $organization-<id> |
port | $-<id> |
project | $-<id> |
projectmilestone | $-<id> |
projectstate | $project_state-<id> |
projecttask | $-<id> |
projecttype | $-<id> |
service | $service-<id> |
software | $software-<id> |
softwarecategory | $-<id> |
softwareversion | $software_version-<id> |
team | $team-<id> |
ticketcategory | $ticket_category-<id> |
ticketcomment | $-<id> |
ticketcommentcategory | $ticket_comment_category-<id> |
To declare a model link use syntax $<type>-<model id>
. i.e. for device 1, it would be $device-1
About:
This page forms part of our Project Centurion ERP.
Page Metadata
Version: ToDo: place files short git commit hereDate Created: 2024-09-11
Date Edited: 2025-03-20
Contribution:
Would You like to contribute to our Centurion ERP project? You can assist in the following ways:
- Edit This Page If there is a mistake or a way you can improve it.
- Add a Page to the Manual if you would like to add an item to our manual
- Raise an Issue if there is something about this page you would like to improve, and git is unfamiliar to you.
ToDo: Add the page list of contributors