Skip to content

Commit

Permalink
Wrapped changelogs with raw to allow for display of mustache looking …
Browse files Browse the repository at this point in the history
…things

Without this, changelogs that include something like {{.}} end up missing
characters, making the content incomplete.

(cherry picked from commit bbba096)
  • Loading branch information
nickanderson committed Jun 9, 2021
1 parent 84c2e81 commit f01e502
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions guide/latest-release/whatsnew/changelog-enterprise.markdown
Expand Up @@ -9,5 +9,7 @@ tags: [what's new, enterprise]
**See Also:** [Core Changelog][Changelog], [Masterfiles Changelog][Masterfiles Changelog]

<pre>
{% raw %}
[%CFEngine_include_markdown(enterprise/ChangeLog.Enterprise)%]
{% endraw %}
</pre>
Expand Up @@ -9,5 +9,7 @@ tags: [what's new, MPF, masterfiles]
**See Also:** [Core Changelog][Changelog], [Enterprise Changelog][Enterprise Changelog]

<pre>
{% raw %}
[%CFEngine_include_markdown(masterfiles/CHANGELOG.md)%]
{% endraw %}
</pre>

0 comments on commit f01e502

Please sign in to comment.