Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Updates #1

Closed
wants to merge 31 commits into from
Closed
Changes from 1 commit
Commits
Show all changes
31 commits
Select commit Hold shift + click to select a range
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
update
  • Loading branch information
aborruso committed Nov 17, 2021
commit 44ae2d48743b69c0ecc148e79f464bacf08ca39b
2 changes: 1 addition & 1 deletion docs/Ricette/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,7 @@ theme:
`Jinja` è il motore dei [template/temi di MkDocs](https://www.mkdocs.org/dev-guide/themes/). `Material` non usa di base `Jinja`, salvo che non sia caricato da qualche estensione, come la [`mkdocs`](https://github.com/fralau/mkdocs_macros_plugin).


In questi casi, se si inserisce del codice Jinja nei file Markdown, anche dentro blocchi di codice si hanno risultati inattesi, e bisogna fare come scritto sotto.<br>
In questi casi, se si inserisce del codice Jinja nei file Markdown, anche dentro blocchi di codice, si hanno risultati inattesi, e bisogna fare come scritto sotto.<br>
Altrimenti si può inserire serenamente dentro blocchi di codice.

Per fare in modo che non venga interpretato, bisogna fare l'escape, in [uno dei modi indicati qui](https://jinja.palletsprojects.com/en/3.0.x/templates/#escaping). Uno è circondare il tutto con `{% raw %}` e `{% endraw %}`, ovvero scrivendo il seguente codice nei file markdown
Expand Down