How to use @tommoor/remove-markdown - 1 common examples

To help you get started, we’ve selected a few @tommoor/remove-markdown examples, based on popular ways it is used in public projects.

Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.

github outline / outline / server / models / Document.js View on Github external
return map(results, result => ({
    ranking: result.searchRanking,
    context: removeMarkdown(unescape(result.searchContext), {
      stripHTML: false,
    }),
    document: find(documents, { id: result.id }),
  }));
};

@tommoor/remove-markdown

Remove Markdown formatting from text

MIT
Latest version published 3 years ago

Package Health Score

48 / 100
Full package analysis

Popular @tommoor/remove-markdown functions