mirror of
https://github.com/getpelican/pelican.git
synced 2025-10-15 20:28:56 +02:00
Fix code-in-bold-text rendering in Contribute docs
This commit is contained in:
parent
8ef9d11bc4
commit
20b39dc761
1 changed files with 2 additions and 2 deletions
|
|
@ -80,8 +80,8 @@ mentioning that "some generated files differ from the expected functional tests
|
|||
output." If you have made changes that affect the HTML output generated by
|
||||
Pelican, and the changes to that output are expected and deemed correct given
|
||||
the nature of your changes, then you should update the output used by the
|
||||
functional tests. To do so, **make sure you have both ``en_EN.utf8`` and
|
||||
``fr_FR.utf8`` locales installed**, and then run the following two commands::
|
||||
functional tests. To do so, **make sure you have both** ``en_EN.utf8`` **and**
|
||||
``fr_FR.utf8`` **locales installed**, and then run the following two commands::
|
||||
|
||||
$ LC_ALL=en_US.utf8 pelican -o pelican/tests/output/custom/ \
|
||||
-s samples/pelican.conf.py samples/content/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue