Added a newline at end of footnotes ol.
This commit is contained in:
parent
5ff7f81b85
commit
6636b894d1
1 changed files with 1 additions and 1 deletions
|
@ -266,7 +266,7 @@ footnoteSection opts notes =
|
|||
then mempty
|
||||
else nl opts >> (container
|
||||
$ nl opts >> H.hr >> nl opts >>
|
||||
H.ol (mconcat notes >> nl opts))
|
||||
H.ol (mconcat notes >> nl opts) >> nl opts)
|
||||
where container x = if writerHtml5 opts
|
||||
then H5.section ! A.class_ "footnotes" $ x
|
||||
else if writerSlideVariant opts /= NoSlides
|
||||
|
|
Loading…
Add table
Reference in a new issue