pandoc/tests/Tests/Readers
Albert Krewinkel 7e5220b57c
Org reader: allow HTML attribs on non-figure images
Images which are the only element in a paragraph can still be given HTML
attributes, even if the image does not have a caption and is hence not a figure.
The following will add set the `width` attribute of the image to `50%`:

    #+ATTR_HTML: :width 50%
    [[file:image.jpg]]

Closes: #3222
2016-11-09 22:49:20 +01:00
..
Docx.hs Docx reader: test for nested anchor spans in header 2016-08-29 08:35:59 -04:00
EPUB.hs Revert "Use -XNoImplicitPrelude and 'import Prelude' explicitly." 2015-11-09 10:08:22 -08:00
HTML.hs Export Text.Pandoc.Error in Text.Pandoc. 2016-10-24 22:31:36 +02:00
LaTeX.hs Export Text.Pandoc.Error in Text.Pandoc. 2016-10-24 22:31:36 +02:00
Markdown.hs Markdown Reader: add attributes for autolink (#3183) 2016-10-26 12:18:58 +02:00
Odt.hs Inline code when text has a special style 2016-11-08 09:29:46 -05:00
Org.hs Org reader: allow HTML attribs on non-figure images 2016-11-09 22:49:20 +01:00
RST.hs Export Text.Pandoc.Error in Text.Pandoc. 2016-10-24 22:31:36 +02:00
Txt2Tags.hs Export Text.Pandoc.Error in Text.Pandoc. 2016-10-24 22:31:36 +02:00