diff --git a/test/cases/inline-escaped-chars.html b/test/cases/inline-escaped-chars.html new file mode 100644 index 0000000..ff9226c --- /dev/null +++ b/test/cases/inline-escaped-chars.html @@ -0,0 +1,3 @@ + +

Hello.this_is_a_variable +and.this.is.another_one

\ No newline at end of file diff --git a/test/cases/inline-escaped-chars.md b/test/cases/inline-escaped-chars.md new file mode 100644 index 0000000..5e70e49 --- /dev/null +++ b/test/cases/inline-escaped-chars.md @@ -0,0 +1,3 @@ + +Hello.this\_is\_a\_variable +and.this.is.another_one \ No newline at end of file