From d045206593953ebfeb22858baa25e8c2fe565e33 Mon Sep 17 00:00:00 2001 From: Gervase Markham Date: Sun, 26 Feb 2017 02:54:49 +0000 Subject: Bug 1174341 - only treat emphasis markdown based on spaces --- t/markdown/embedded-underscore.md | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 t/markdown/embedded-underscore.md (limited to 't/markdown/embedded-underscore.md') diff --git a/t/markdown/embedded-underscore.md b/t/markdown/embedded-underscore.md new file mode 100644 index 000000000..15093cccf --- /dev/null +++ b/t/markdown/embedded-underscore.md @@ -0,0 +1,19 @@ +_foo_bar.c +_foo_bar_baz.c +_bar.c and _bif.c +hello_bar.c and there_bif.c + +var this__is_a_variable__ = ""; + +__this is not__ + +--- + +

<lib>_foo_bar.c
+<lib>_foo_bar_baz.c
+<prefix>_bar.c and <prefix>_bif.c
+hello_bar.c and there_bif.c

+ +

var this__is_a_variable__ = "";

+ +

this is not

-- cgit v1.2.3-24-g4f1b