Skip to content

Commit

Permalink
🔧 topmatter -> frontmatter
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisjsewell committed Mar 1, 2023
1 parent 7692f87 commit 1bd0def
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion myst_parser/config/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -263,7 +263,7 @@ def __repr__(self) -> str:
default=False,
metadata={
"validator": instance_of(bool),
"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",
},
)

Expand Down
2 changes: 1 addition & 1 deletion myst_parser/warnings_.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ class MystWarnings(Enum):
"""The render method is not implemented."""

MD_TOPMATTER = "topmatter"
"""Issue reading top-matter."""
"""Issue reading front-matter."""
MD_DEF_DUPE = "duplicate_def"
"""Duplicate Markdown reference definition."""
MD_FOOTNOTE_DUPE = "footnote"
Expand Down

0 comments on commit 1bd0def

Please sign in to comment.