openfasttrace icon indicating copy to clipboard operation
openfasttrace copied to clipboard

Code blocks in requirements break parsing

Open jakobbraun opened this issue 4 years ago • 2 comments

Adding a code block like:

```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)

jakobbraun avatar Jun 09 '21 06:06 jakobbraun

I think I can solve this by adding a new state in the markdown parser that ignores literal sections (starting and ending with tripple-backticks).

redcatbear avatar Jan 04 '23 09:01 redcatbear