Skip to content

Commit

Permalink
Fix Jinja2 raw text rendering in Jekyll
Browse files Browse the repository at this point in the history
Without raw/endraw escape, the `{{ }}` sequence is interpreted by
Jekyll's templating system Liquid.
  • Loading branch information
praiskup authored and xsuchy committed Feb 15, 2024
1 parent 1d7407b commit 6e3f44e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/Release-Notes-5.5.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Released on 2024-02-14.
directory structure is created in `resultdir`. If `write_tar` is set to
`True`, `chroot_scan.tar.gz` tarball will be created instead.

- A new `{{ repo_arch }}` Jinja2 template (templated-dictionary) is provided
- A new `{% raw %}{{ repo_arch }}{% endraw %}` Jinja2 template (templated-dictionary) is provided
by Mock. This variable is usable for DNF config options denoting URLs like
`baseurl=`, `metalink=`, etc. Namely, it can be used instead of the DNF-native
`$basearch` variable which [doesn't work properly for all the
Expand Down Expand Up @@ -88,7 +88,7 @@ Released on 2024-02-14.

- Mageia 7 configs [marked as end-of-life][PR#1316].

- Mageia config files started using the `{{ repo_arch }}` option to fix the
- Mageia config files started using the `{% raw %}{{ repo_arch }}{% endraw %}` option to fix the
[cross-arch builds][issue#1317].

- The OpenMandriva i686 chroots [have been marked as end-of-life][PR#1315], fixing
Expand Down

0 comments on commit 6e3f44e

Please sign in to comment.