Skip to content

Commit

Permalink
HFP-2860 Add support for code snippets in wysiwyg fields
Browse files Browse the repository at this point in the history
  • Loading branch information
icc committed Oct 24, 2019
1 parent d7d20cc commit 180225c
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions semantics.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,9 @@
"ol",
"h2",
"h3",
"hr"
"hr",
"pre",
"code"
],
"common": false
},
Expand Down Expand Up @@ -80,7 +82,8 @@
"p",
"br",
"strong",
"em"
"em",
"code"
],
"optional": true
}
Expand Down Expand Up @@ -232,4 +235,4 @@
"importance": "low",
"common": true
}
]
]

0 comments on commit 180225c

Please sign in to comment.