pandoc/tests/odt/native
Hubert Plociniczak 13bc573e7f Inline code when text has a special style
When a piece of text has a text 'Source_Text' then
we assume that this is a piece of the document
that represents a code that needs to be inlined.
Addapted an odt writer to also reflect that change;
previously it was just writing a 'preformatted' text using
a non-distinguishable font style.

Code blocks are still not recognized by the ODT reader.
That's a separate issue.
2016-11-08 09:29:46 -05:00
..
blockquote.native Added odt reader 2015-07-23 15:37:01 -07:00
image.native Infer caption from the text following the img 2016-10-17 16:35:13 +02:00
imageIndex.native Image with a caption needs special formatting 2016-10-19 11:40:44 +02:00
imageWithCaption.native Image with a caption needs special formatting 2016-10-19 11:40:44 +02:00
inlinedCode.native Inline code when text has a special style 2016-11-08 09:29:46 -05:00
orderedListMixed.native Added tests and a corner case for starting number 2016-10-14 13:56:24 +02:00
orderedListRoman.native Added tests and a corner case for starting number 2016-10-14 13:56:24 +02:00
orderedListSimple.native Added tests and a corner case for starting number 2016-10-14 13:56:24 +02:00
referenceToChapter.native Updated tests for link attribute changes. 2015-08-07 12:39:43 +02:00
referenceToListItem.native Updated tests for link attribute changes. 2015-08-07 12:39:43 +02:00
referenceToText.native Issue 3143: Don't duplicate text for anchors 2016-10-18 10:50:37 +02:00
simpleTable.native [odt] Infer tables' header props from rows (#3199) 2016-11-01 10:07:39 +01:00
unicode.native Added odt reader 2015-07-23 15:37:01 -07:00
unorderedList.native Added odt reader 2015-07-23 15:37:01 -07:00