Adding a code block like: ````md ```md ## Test test 123 ``` ```` ... to the requirements file breaks the parsing. OFT seems to detect it as a new requirement. Expected Behaviour: * OFT ignored the headline in the code block (important) * OFT prints the contents of the code block formated as code in the HTML output (nice to have)