YAML front matter has TWO terminators
According to the YAML spec you can terminate a yaml document with both "---" and "..." but Marked only supports the former. Could you please add the ability for "..." to be used as a terminator?
(you can test this with: ruby19 -rpsych -ryaml -e 'p
YAML.load "---\na: 1\n..."'
)
Keyboard shortcuts
Generic
? | Show this help |
---|---|
ESC | Blurs the current field |
Comment Form
r | Focus the comment reply box |
---|---|
^ + ↩ | Submit the comment |
You can use Command ⌘
instead of Control ^
on Mac
Support Staff 1 Posted by Brett on 03 May, 2012 03:36 PM
Added for next release, thanks for the tip.