We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7692f87 commit 1bd0defCopy full SHA for 1bd0def
myst_parser/config/main.py
@@ -263,7 +263,7 @@ def __repr__(self) -> str:
263
default=False,
264
metadata={
265
"validator": instance_of(bool),
266
- "help": "Convert a `title` field in the top-matter to a H1 header",
+ "help": "Convert a `title` field in the front-matter to a H1 header",
267
},
268
)
269
myst_parser/warnings_.py
@@ -17,7 +17,7 @@ class MystWarnings(Enum):
17
"""The render method is not implemented."""
18
19
MD_TOPMATTER = "topmatter"
20
- """Issue reading top-matter."""
+ """Issue reading front-matter."""
21
MD_DEF_DUPE = "duplicate_def"
22
"""Duplicate Markdown reference definition."""
23
MD_FOOTNOTE_DUPE = "footnote"
0 commit comments