We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 955aa74 commit f85bc95Copy full SHA for f85bc95
docs/setup/setting-up-tags.md
@@ -143,10 +143,10 @@ lines at the top of a Markdown file:
143
``` sh
144
---
145
tags:
146
- - html
147
- - js
148
- - css
149
- - other
+ - HTML5
+ - JavaScript
+ - CSS
+ - Other
150
151
152
...
@@ -192,7 +192,7 @@ arbitrary content before and after the marker:
192
[tags.tags_file]: #tags-file
193
[9]: ../assets/screenshots/tags-index.png
194
195
-### Hiding the tags
+### Hiding tags on a page
196
197
While the tags are rendered above the main headline, sometimes, it might be
198
desirable to hide them for a specific page, which can be achieved by using the
0 commit comments