Files: 1ae8506c74225de8c23f60e56b856b77b77c352d / 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