Implemented literal tag in docbook reader.
This commit is contained in:
parent
e5c4d7002e
commit
f78801aa20
1 changed files with 1 additions and 0 deletions
|
@ -106,6 +106,7 @@ parseInline (Elem e) =
|
|||
return $ if qt == SingleQuote
|
||||
then singleQuoted contents
|
||||
else doubleQuoted contents
|
||||
"literal" -> return $ code $ strContent e -- TODO attrs
|
||||
"ulink" -> link
|
||||
(fromMaybe "" (lookupAttrBy (\attr -> qName attr == "url")
|
||||
(elAttribs e))) "" <$> innerInlines
|
||||
|
|
Loading…
Add table
Reference in a new issue