diff options
| author | Stephan Meijer <me@stephanmeijer.com> | 2023-05-08 08:16:52 +0000 |
|---|---|---|
| committer | John MacFarlane <jgm@berkeley.edu> | 2023-05-08 08:44:29 -0700 |
| commit | c97db9af26da666667f6173e31c97c846ec2cb5f (patch) | |
| tree | c75c5ebed83d85acbe3833d957580393f33edc29 /test | |
| parent | 65346fa6b1ced5062cf059335b4e9b2db48c287c (diff) | |
Introduce support for Intense Quote in Docx conversion
This commit introduces support for the Intense Quote in Docx Conversion.
Previously this was converted to a regular paragraph, but Intense Quote
should be interpreted as a Quote in conversion.
Diffstat (limited to 'test')
| -rw-r--r-- | test/docx/block_quotes.docx | bin | 28138 -> 12153 bytes | |||
| -rw-r--r-- | test/docx/block_quotes_parse_indent.native | 3 | ||||
| -rw-r--r-- | test/docx/golden/block_quotes.docx | bin | 10025 -> 10062 bytes |
3 files changed, 3 insertions, 0 deletions
diff --git a/test/docx/block_quotes.docx b/test/docx/block_quotes.docx Binary files differindex aa2fef00e..dd72d6646 100644 --- a/test/docx/block_quotes.docx +++ b/test/docx/block_quotes.docx diff --git a/test/docx/block_quotes_parse_indent.native b/test/docx/block_quotes_parse_indent.native index 842b3606a..531b9edcc 100644 --- a/test/docx/block_quotes_parse_indent.native +++ b/test/docx/block_quotes_parse_indent.native @@ -2,6 +2,9 @@ ,Para [Str "This",Space,Str "is",Space,Str "the",Space,Str "proper",Space,Str "way,",Space,Str "with",Space,Str "a",Space,Str "style"] ,BlockQuote [Para [Str "I",Space,Str "don\8217t",Space,Str "know",Space,Str "why",Space,Str "this",Space,Str "would",Space,Str "be",Space,Str "in",Space,Str "italics,",Space,Str "but",Space,Str "so",Space,Str "it",Space,Str "appears",Space,Str "to",Space,Str "be",Space,Str "on",Space,Str "my",Space,Str "screen."]] +,Para [Str "And",Space,Str "this",Space,Str "is",Space,Str "also",Space,Str "a",Space,Str "proper",Space,Str "way,",Space,Str "with",Space,Str "a",Space,Str "different", Space, Str "style"] +,BlockQuote + [Para [Str "This",Space,Str "is",Space,Str "called",Space,Str "the",Space,Str "Intense",Space,Str "Quote",Space,Str "style."]] ,Para [Str "And",Space,Str "this",Space,Str "is",Space,Str "the",Space,Str "way",Space,Str "that",Space,Str "most",Space,Str "people",Space,Str "do",Space,Str "it:"] ,BlockQuote [Para [Str "I",Space,Str "just",Space,Str "indented",Space,Str "this,",Space,Str "so",Space,Str "it",Space,Str "looks",Space,Str "like",Space,Str "a",Space,Str "block",Space,Str "quote.",Space,Str "I",Space,Str "think",Space,Str "this",Space,Str "is",Space,Str "how",Space,Str "most",Space,Str "people",Space,Str "do",Space,Str "block",Space,Str "quotes",Space,Str "in",Space,Str "their",Space,Str "documents."]] diff --git a/test/docx/golden/block_quotes.docx b/test/docx/golden/block_quotes.docx Binary files differindex 544530a54..5d75e8302 100644 --- a/test/docx/golden/block_quotes.docx +++ b/test/docx/golden/block_quotes.docx |
