What would you recommend to use to display read-on...
# kvision
b
What would you recommend to use to display read-only inline code snippets? Can;t seem to find
pre
tag in kvision.
r
tag(TAG.PRE, "content") { }
b
Oh, wasn't aware of that option. I just went with rich text to get the pre 😀 will refactor
r
No need to use
rich
. You also have
CustomTag
if
Tag
with enum type is not enough.