diff options
author | Joey Hess <joey@kitenet.net> | 2010-08-30 15:53:49 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2010-08-30 15:53:49 -0400 |
commit | 07f30a288d752b3ffd7cbabf1fbc10309364b4e2 (patch) | |
tree | a39b501380eb004c5af514d37b9f47b8c0bd0d66 | |
parent | 47cfd14e8436e201facfa906a615fd272dfc156b (diff) | |
parent | d085d1ac5db888e95de5a43f818a13570bc4771b (diff) | |
download | ikiwiki-07f30a288d752b3ffd7cbabf1fbc10309364b4e2.tar ikiwiki-07f30a288d752b3ffd7cbabf1fbc10309364b4e2.tar.gz |
Merge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.info
-rw-r--r-- | doc/plugins/contrib/ymlfront/discussion.mdwn | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/plugins/contrib/ymlfront/discussion.mdwn b/doc/plugins/contrib/ymlfront/discussion.mdwn index bf9780048..03af5e634 100644 --- a/doc/plugins/contrib/ymlfront/discussion.mdwn +++ b/doc/plugins/contrib/ymlfront/discussion.mdwn @@ -10,3 +10,9 @@ Any objections? > format of putting the YAML literally at the front of the file. It > seemed to allow parsing the file as YAML, using any arbitrary YAML > processer. And it was nice how it avoided boilerplate. --[[Joey]] + +>> The old delimited format also has the advantage of being remarkably similar to the +>> [MultiMarkDown](http://fletcherpenney.net/multimarkdown/users_guide/multimarkdown_syntax_guide/) +>> way of including metadata in documents. The only difference is that MMD doesn't expect the +>> triple-dash separators, but I'm thinking about submitting a patch to MMD to actually support +>> that syntax. --GB |