cyberark / conjur-oss-suite-release

Under development - Latest stable releases of the Conjur OSS suite

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Code blocks are stripped from changelog entries in HTML template

izgeri opened this issue · comments

Summary

If a changelog entry has markdown code in it (wrapped in single backticks), the code syntax is stripped as the changelog entry is converted to HTML.

Steps to Reproduce

Look at the HTML release notes in the most recent suite draft release for v1.11.2+suite.1

Expected Results

The changelog entry shows in the HTML as

Conjur now verifies that the offset parameter is a valid integer value. The GET /resources request will fail if offset is not an integer greater than or equal to 0.

Actual Results (including error logs, if applicable)

The line has no code syntax at all in the HTML docs

Reproducible

  • Always
  • Sometimes
  • Non-Reproducible

Environment setup

It's possible that this is also a problem in the MD generated release notes - it's worth checking on that as well.