git ssb

0+

cel / ssb-mentions



Tree: c63e6a70ea157ec50f098e16f5601626830fd93b

Files: c63e6a70ea157ec50f098e16f5601626830fd93b / 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