The following fenced code in a markdown file `tst.md` gives an error `(WARNING/2) Inline literal start-string without end-string.` `tst.md`: ``` x = 1 y = 2 ``` ```bash $ python -m readme_renderer tst.md -o tst.html <string>:1: (WARNING/2) Inline literal start-string without end-string. ```