From 2b17dc994491495d7e528327a439c32f49d0e632 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9mi=20Emonet?= Date: Tue, 1 Sep 2015 00:18:32 +0200 Subject: [PATCH 1/2] adding test for issue #196 --- ...6.entity_in_code_block_in_nested_list.html | 19 +++++++++++++++++++ ...196.entity_in_code_block_in_nested_list.md | 6 ++++++ 2 files changed, 25 insertions(+) create mode 100644 test/issues/#196.entity_in_code_block_in_nested_list.html create mode 100644 test/issues/#196.entity_in_code_block_in_nested_list.md diff --git a/test/issues/#196.entity_in_code_block_in_nested_list.html b/test/issues/#196.entity_in_code_block_in_nested_list.html new file mode 100644 index 0000000..e7bce55 --- /dev/null +++ b/test/issues/#196.entity_in_code_block_in_nested_list.html @@ -0,0 +1,19 @@ + diff --git a/test/issues/#196.entity_in_code_block_in_nested_list.md b/test/issues/#196.entity_in_code_block_in_nested_list.md new file mode 100644 index 0000000..d85eb25 --- /dev/null +++ b/test/issues/#196.entity_in_code_block_in_nested_list.md @@ -0,0 +1,6 @@ +- &> +- `&>` + - &> + - `&>` + - &> + - `&>` From ab902eacdf8504665c18cd6209dfc764c89e08dd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9mi=20Emonet?= Date: Tue, 1 Sep 2015 01:24:11 +0200 Subject: [PATCH 2/2] fixing test as, in code blocks, markdown should automatically escape still the issue is there --- test/issues/#196.entity_in_code_block_in_nested_list.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/test/issues/#196.entity_in_code_block_in_nested_list.md b/test/issues/#196.entity_in_code_block_in_nested_list.md index d85eb25..d94389d 100644 --- a/test/issues/#196.entity_in_code_block_in_nested_list.md +++ b/test/issues/#196.entity_in_code_block_in_nested_list.md @@ -1,6 +1,6 @@ - &> -- `&>` +- `&>` - &> - - `&>` + - `&>` - &> - - `&>` + - `&>`