For the following input: ``` ```asdf``` ``` I get this error: ``` md.lua:277: bad argument #1 to 'match' (string expected, got nil) ``` Expected behavior can only be evoked with code fences with newlines: ``` ```\nasdf\n``` ```