-
-
Notifications
You must be signed in to change notification settings - Fork 11
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: Improved metadata definition with frontmatter #105
Conversation
プロパティの値に ---
date: 2021-06-27
--- ↓ <meta name="date" content="Sun Jun 27 2021 09:00:00 GMT+0900 (Japan Standard Time)"> 引用符で囲めば問題ないのですが、 ---
date: "2021-06-27"
--- ↓ <meta name="date" content="2021-06-27"> 引用符で囲まなくても変換なしでそのまま出力されるようにはできないでしょうか? |
@MurakamiShinyu 全テストを通過して |
#104 で VFMのドキュメントでは、プロパティの表の "Other" の上に次のように入れるとよいかと思います。
|
ドキュメントの Math equation のところの - Frontmatter: `math: false` を直す必要があると思います。 |
以下を対応しました。
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
💯
#76 対応。ただし
style
とhead
は #104 へ見送り。@MurakamiShinyu
vfm.md
とテスト コードにおける YAML/HTML を元にレビューをお願いします。