discourse/app/assets
Joffrey JAFFEUX 7476c22324
DEV: implements parseAsync in discourse/lib/text (#17899)
`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);
})
```
2022-08-13 14:25:32 +02:00
..
images FIX: fallback to default push notification icon if none exists (#16961) 2022-06-01 12:00:05 +10:00
javascripts DEV: implements parseAsync in discourse/lib/text (#17899) 2022-08-13 14:25:32 +02:00
stylesheets FEATURE: Adds full screen composer submit button and prompt (#17839) 2022-08-11 14:38:56 +08:00