You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 5, 2023. It is now read-only.
Similar to the collapse blocks that contain a title tag, the code blocks contain a language tag: --- code --- --- language: python ---
Optionally, there are some additional tags: --- code --- --- language: python filename: main.py line_numbers: true line_number_start: 11 line_highlights: 12 ---
Everything within the block following the --- code --- line needs to stay in English. So not only the keywords (language, filename, etc.) should be corrected when necessary, but also the values (python, main.py, etc.).
The text was updated successfully, but these errors were encountered:
This is a follow-up issue for issue #13 Ensure proper formatting of the title tag. See also issue #80 Ensure proper formatting of the legend tag.
Similar to the collapse blocks that contain a title tag, the code blocks contain a language tag:
--- code ---
---
language: python
---
Optionally, there are some additional tags:
--- code ---
---
language: python
filename: main.py
line_numbers: true
line_number_start: 11
line_highlights: 12
---
Everything within the block following the
--- code ---
line needs to stay in English. So not only the keywords (language
,filename
, etc.) should be corrected when necessary, but also the values (python
,main.py
, etc.).The text was updated successfully, but these errors were encountered: