Skip to content

Commit

Permalink
fix: Typo
Browse files Browse the repository at this point in the history
  • Loading branch information
epage committed Feb 9, 2024
1 parent ce78d92 commit 717bacd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion text/3503-frontmatter.md
Original file line number Diff line number Diff line change
Expand Up @@ -637,7 +637,7 @@ pprint([(k, v["title"]) for k, v in data.items()][:10])

- Support infostring attributes
- We need to better understand use cases for how this should be extended, particularly what the syntax should be (see infostring language)
- Some tools use use comma separated attributes, some use more elaborate syntax wrapped in `{}`
- Some tools use comma separated attributes, some use more elaborate syntax wrapped in `{}`
- A safe starting point could be to say that a space or comma separates the identifier from the attributes and everything after it is defined as part of the "language"
- Add support for a `#[frontmatter(info = "", content = "")]` attribute that this syntax maps to.
- Since nothing will read this, whether we do it now or in the future will have no affect
Expand Down

0 comments on commit 717bacd

Please sign in to comment.