diff --git a/test/plugins/markdown/decoder/document_markdown_decoder_test.dart b/test/plugins/markdown/decoder/document_markdown_decoder_test.dart index 106f322cd..ec97e0467 100644 --- a/test/plugins/markdown/decoder/document_markdown_decoder_test.dart +++ b/test/plugins/markdown/decoder/document_markdown_decoder_test.dart @@ -218,6 +218,32 @@ void main() async { "delta": [] } }, + { + "type": "paragraph", + "data": { + "delta": [ + { + "insert": "1 list item 1" + } + ] + } + }, + { + "type": "paragraph", + "data": { + "delta": [ + { + "insert": "2 list item 2" + } + ] + } + }, + { + "type": "paragraph", + "data": { + "delta": [] + } + }, { "type": "paragraph", "data": { @@ -393,6 +419,9 @@ If you have questions or feedback, please submit an issue on Github or join the 1. list item 1 2. list item 2 +1 list item 1 +2 list item 2 + [Example file.pdf](path/to/file.pdf) ![Example image](path/to/image.png)