We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 834e395 commit 03f771bCopy full SHA for 03f771b
docs/addMetaData.py
@@ -1,14 +1,15 @@
1
import os
2
import logging
3
metadata_check = """---
4
-html_meta:
+myst:
5
"""
6
metadata = """---
7
8
- "description": ""
9
- "property=og:description": ""
10
- "property=og:title": ""
11
- "keywords": ""
+ html_meta:
+ "description": ""
+ "property=og:description": ""
+ "property=og:title": ""
12
+ "keywords": ""
13
---
14
15
0 commit comments