Skip to content

Jameskmonger/quickmark-rule-hr

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

quickmark-rule-hr

Horizontal rule matching rule for quickmark.

Usage

const hr = require('quickmark-rule-hr');

hr('---');
// {
//     original: '---',
//     parsed: ''
// }



hr('------');
// {
//     original: '------_',
//     parsed: ''
// }



hr('definitely not a horizontal rule');
// undefined

License

MIT

About

Horizontal rule text matching rule for quickmark.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published