From 74e8f638ad1b5f259208e07621255a9e098cc4f3 Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Tue, 3 Mar 2020 15:05:32 -0800 Subject: Skip UTF-8 BOM if present at beginning of buffer. Closes #334. --- test/regression.txt | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'test/regression.txt') diff --git a/test/regression.txt b/test/regression.txt index 62b1e7e..d77c8f2 100644 --- a/test/regression.txt +++ b/test/regression.txt @@ -154,3 +154,11 @@ Issue #289. .

[a](<b) c>

```````````````````````````````` + +Issue #334 - UTF-8 BOM + +```````````````````````````````` example +# Hi +. +

Hi

+```````````````````````````````` -- cgit v1.2.3