Skip to content

Commit 717bacd

Browse files
committed
fix: Typo
1 parent ce78d92 commit 717bacd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

text/3503-frontmatter.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -637,7 +637,7 @@ pprint([(k, v["title"]) for k, v in data.items()][:10])
637637

638638
- Support infostring attributes
639639
- We need to better understand use cases for how this should be extended, particularly what the syntax should be (see infostring language)
640-
- Some tools use use comma separated attributes, some use more elaborate syntax wrapped in `{}`
640+
- Some tools use comma separated attributes, some use more elaborate syntax wrapped in `{}`
641641
- 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"
642642
- Add support for a `#[frontmatter(info = "", content = "")]` attribute that this syntax maps to.
643643
- Since nothing will read this, whether we do it now or in the future will have no affect

0 commit comments

Comments
 (0)