UNPKG

1.02 kBMarkdownView Raw
1# Untitled string in MDAST Schema
2
3```txt
4https://ns.adobe.com/helix/pipeline/mdast#/properties/code
5```
6
7Icon code
8
9
10| Abstract | Extensible | Status | Identifiable | Custom Properties | Additional Properties | Access Restrictions | Defined In |
11| :------------------ | ---------- | -------------- | ----------------------- | :---------------- | --------------------- | ------------------- | --------------------------------------------------------------- |
12| Can be instantiated | No | Unknown status | Unknown identifiability | Forbidden | Allowed | none | [mdast.schema.json\*](mdast.schema.json "open original schema") |
13
14## code Type
15
16`string`
17
18## code Constraints
19
20**pattern**: the string must match the following regular expression:
21
22```regexp
23:[a-zA-Z0-9_-]+:
24```
25
26[try pattern](https://regexr.com/?expression=%3A%5Ba-zA-Z0-9_-%5D%2B%3A "try regular expression with regexr.com")