`parseAsync` allows to parse a block of markdown into tokens.
Usage:
```javascript
import { parseAsync } from "discourse/lib/text";
// ...
await parseAsync("**test**").then((tokens) => {
console.log(tokens);
})
```
|
||
|---|---|---|
| .. | ||
| app | ||
| config | ||
| lib | ||
| public/assets/scripts | ||
| scripts | ||
| tests | ||
| .ember-cli | ||
| .npmrc | ||
| ember-cli-build.js | ||
| jsconfig.json | ||
| package.json | ||
| testem.js | ||