Fix file names before code blocks in readme.

This commit is contained in:
tastytea 2021-05-17 05:46:06 +02:00
parent 982a64a318
commit 940ef63cd5
Signed by: tastytea
GPG Key ID: CFC39497F1B26E07

View File

@ -49,8 +49,7 @@ be in it. Custom [ARIA
labels](https://developer.mozilla.org/en-US/docs/Web/Accessibility/ARIA/Roles/Navigation_Role)
are supported for the top menu and the bottom menu.
.`config.toml`
`config.toml`:
``` toml
[params]
[params.aria]
@ -63,8 +62,7 @@ are supported for the top menu and the bottom menu.
If you want source code highlighting with AsciiDoc, you'll need pygmentize from
the package [pygments](https://pygments.org/). Set this in your config file:
.`config.toml`
`config.toml`:
``` toml
pygmentsCodefences = true
pygmentsCodeFencesGuessSyntax = false