diff options
| author | lonkaars <loek@pipeframe.xyz> | 2023-07-13 16:39:01 +0200 |
|---|---|---|
| committer | lonkaars <loek@pipeframe.xyz> | 2023-07-13 16:39:01 +0200 |
| commit | 28fb362147358819afeb0f0a5fa7a4ad136499ac (patch) | |
| tree | 4c4224f503f66fcea1e25b464daf0f9659a09bab /util | |
| parent | 919cdce6bcf12f564901ea536dae4227d025b031 (diff) | |
ignore terms
Diffstat (limited to 'util')
| -rw-r--r-- | util/wrap.ts | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/util/wrap.ts b/util/wrap.ts index 761a1f0..d616a23 100644 --- a/util/wrap.ts +++ b/util/wrap.ts @@ -32,6 +32,10 @@ export const Wrap = { ruby: WrapTag("ruby"), /** @prop \<rt>input\</rt> */ rubyText: WrapTag("rt"), + /** @prop \<p>input\</p> */ + paragraph: WrapTag("p"), + /** @prop \<pre>input\</pre> */ + preformatted: WrapTag("pre"), }, /** @prop \*input\* */ asterisk: WrapWith("*"), |