git ssb

0+

cel / ssb-mentions



Tree: 3cf12190d9605012c3fa7f7b4f92094c051b371c

Files: 3cf12190d9605012c3fa7f7b4f92094c051b371c / README.md

624 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, opts)

options

License

MIT

Built with git-ssb-web