diff options
author | Paweł Marks <pmarks@virtuslab.com> | 2020-02-28 15:33:54 +0100 |
---|---|---|
committer | Paweł Marks <Kordyjan@users.noreply.github.com> | 2020-03-04 14:28:14 +0100 |
commit | 8a439143252026b0bda1d1f23c688c861ae0c528 (patch) | |
tree | 746f2222d7be7079aeb10d6782e6713df7d79ca0 /core/src/main/kotlin | |
parent | 763f53987fe803eac412d8549ba2e07ef9560107 (diff) | |
download | dokka-8a439143252026b0bda1d1f23c688c861ae0c528.tar.gz dokka-8a439143252026b0bda1d1f23c688c861ae0c528.tar.bz2 dokka-8a439143252026b0bda1d1f23c688c861ae0c528.zip |
Adds group wraping
Diffstat (limited to 'core/src/main/kotlin')
-rw-r--r-- | core/src/main/kotlin/pages/ContentNodes.kt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/src/main/kotlin/pages/ContentNodes.kt b/core/src/main/kotlin/pages/ContentNodes.kt index d6d6f17c..096afd40 100644 --- a/core/src/main/kotlin/pages/ContentNodes.kt +++ b/core/src/main/kotlin/pages/ContentNodes.kt @@ -123,7 +123,7 @@ enum class ContentKind : Kind { } enum class TextStyle : Style { - Bold, Italic, Strong, Strikethrough, Paragraph + Bold, Italic, Strong, Strikethrough, Paragraph, Block } interface HTMLMetadata: Extra { |