Handle blockquote tag in docbook reader.
This commit is contained in:
parent
2198ac080b
commit
fe5704bebc
1 changed files with 1 additions and 0 deletions
|
@ -25,6 +25,7 @@ parseBlock (Text (CData _ s _)) = if all isSpace s
|
|||
parseBlock (Elem e) =
|
||||
case qName (elName e) of
|
||||
"para" -> para <$> getInlines e
|
||||
"blockquote" -> blockQuote <$> innerBlocks
|
||||
"sect1" -> sect 1
|
||||
"sect2" -> sect 2
|
||||
"sect3" -> sect 3
|
||||
|
|
Loading…
Add table
Reference in a new issue