Created
October 19, 2021 00:19
-
-
Save eyeseast/28a2df48a67921bba660ef8396088d54 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import frontmatter | |
text = """ | |
--- | |
date: 2012-10-11T23:39:45-04:00 | |
--- | |
Content | |
""" | |
post = frontmatter.loads(text) | |
print(frontmatter.dumps(post)) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment