Files: 3557c736edb5dd3f5283b94eec65b5c002ebb2d8 / README.md
292 bytesRaw
ssb-mentions
extract the mentions in a ssb message, just using the markdown. this is mostly compatible with the way patchwork does it. but simpler, because it relies only on the markdown.
var mentions = require('ssb-mentions')
var ary = mentions(markdown)
License
MIT
Built with git-ssb-web