showdown/test/node
Estevao Soares dos Santos 63d949f731 feat(metadata): add support for embedded metadata
A simple metadata parser can be useful in markdown documents.
This commit introduces the feature, with the following syntax:

--- or ««« at tstart of the document,
(optionally) followed by a alphanumeric format identifier
followed by key value pairs separated by a colon and a space
followed by --- or ÂÂÂ

Also, adds methods for retrieving the parsed metadata, namely:

getMetadata() and getMetadataFormat

Closes #260
2017-12-10 07:15:09 +00:00
..
cli.js release 1.6.0 2017-01-09 02:38:24 +00:00
performance.js Update dependencies to enable Greenkeeper 🌴 (#335) 2017-01-31 05:46:25 +00:00
showdown.Converter.js feat(metadata): add support for embedded metadata 2017-12-10 07:15:09 +00:00
showdown.Converter.makeHtml.js feat(metadata): add support for embedded metadata 2017-12-10 07:15:09 +00:00
showdown.helpers.js fix(HTML parsing): fix HTML parsing issues with nested tags 2017-05-28 17:20:07 +01:00
showdown.js Reset options before switching to a flavor (#365) 2017-03-30 23:17:10 +01:00
testsuite.features.js feat(metadata): add support for embedded metadata 2017-12-10 07:15:09 +00:00
testsuite.ghost.js Update dependencies to enable Greenkeeper 🌴 (#335) 2017-01-31 05:46:25 +00:00
testsuite.issues.js chore: normalize test names 2015-10-19 02:50:32 +01:00
testsuite.karlcow.js chore: normalize test names 2015-10-19 02:50:32 +01:00
testsuite.standard.js chore: normalize test names 2015-10-19 02:50:32 +01:00