Infinity-For-Lemmy/app
Sergei Kozelko 7a0a40f696
Heading markdown fix (#908)
* Copy heading parser and adjust it to match Reddit behavior

Unlike CommonMark, Reddit does not require space after #. This behavior is
coded in a private static function, so the only way to override it is to
copy everything and use the modified copy instead of the default parser.

* Use RedditHeadingPlugin instead of regexes

* Apply plugins to post body when writing a comment

This fixes display when writing comment to a post
that contains spoilers or headings without space

* Apply plugins to parent comment body when writing a comment

This fixes display when replying to a comment that contains strikethrough text
2022-08-14 15:33:07 +08:00
..
src/main Heading markdown fix (#908) 2022-08-14 15:33:07 +08:00
build.gradle Read posts history is available. 2022-07-13 22:05:19 +08:00
proguard-rules.pro keep class CrashReportsFragment 2021-11-03 05:45:53 +07:00