parent
50dddecb53
commit
9894012776
1 changed files with 1 additions and 0 deletions
|
@ -540,6 +540,7 @@ stringify = query go . walk deNote
|
|||
go (Str x) = x
|
||||
go (Code _ x) = x
|
||||
go (Math _ x) = x
|
||||
go (RawInline (Format "html") ('<':'b':'r':_)) = " " -- see #2105
|
||||
go LineBreak = " "
|
||||
go _ = ""
|
||||
deNote (Note _) = Str ""
|
||||
|
|
Loading…
Reference in a new issue