discourse/app
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
..
assets DEV: implements parseAsync in discourse/lib/text (#17899) 2022-08-13 14:25:32 +02:00
controllers FEATURE: Allow private themes to be partially installed (#17644) 2022-08-10 13:30:18 +03:00
helpers FIX: bots could generate errors when slug generation method is encoded (#17224) 2022-07-29 16:27:52 +10:00
jobs DEV:Using symbols is deprecated, use strings instead (#17874) 2022-08-11 11:33:41 -03:00
mailers FEATURE: Custom unsubscribe options (#17090) 2022-06-21 15:49:47 -03:00
models FIX: Reset flair group if user is removed from group (#17862) 2022-08-12 15:45:09 +03:00
serializers DEV: Route PM only tags to PM tags show route (#17870) 2022-08-12 11:26:56 +08:00
services FIX: Don't notify editor when category or tag change (#17833) 2022-08-10 18:55:29 +03:00
views UX: update register admin wizard page styles (#17785) 2022-08-03 21:49:21 -04:00