Closed bengelhaupt closed 4 years ago
Cool stuff. We don't really have a markdown reference, but this item has a lot of examples. But it is not bad if everything does not look the same.
PS: Please assign tickets you're working on to yourself, so nobody else will start with these as well.
Looks nice! I checked the available plugins and I would probably include more of them to provide the best compatibility:
implementation "io.noties.markwon:core:$markwon_version"
implementation "io.noties.markwon:ext-latex:$markwon_version"
implementation "io.noties.markwon:ext-strikethrough:$markwon_version"
implementation "io.noties.markwon:ext-tables:$markwon_version"
implementation "io.noties.markwon:ext-tasklist:$markwon_version"
implementation "io.noties.markwon:html:$markwon_version"
implementation "io.noties.markwon:image:$markwon_version"
implementation "io.noties.markwon:image-glide:$markwon_version"
What do you think?
Looks nice! I checked the available plugins and I would probably include more of them to provide the best compatibility:
implementation "io.noties.markwon:core:$markwon_version" implementation "io.noties.markwon:ext-latex:$markwon_version" implementation "io.noties.markwon:ext-strikethrough:$markwon_version" implementation "io.noties.markwon:ext-tables:$markwon_version" implementation "io.noties.markwon:ext-tasklist:$markwon_version" implementation "io.noties.markwon:html:$markwon_version" implementation "io.noties.markwon:image:$markwon_version" implementation "io.noties.markwon:image-glide:$markwon_version"
What do you think?
Sounds good. I added all of them except image
, because we already have image-glide
.
Bypass as our markdown library was not well maintained and required some glue code to work with Glide. Markwon is well maintained and based on commonmark by Atlassian. It supports Glide and custom styling.
There are only subtle changes in styling such as bullet point size. Markwon would render an underline under headings, which I removed (to match the web). Is there a xikolo markdown reference to compare our rendered content to the web rendered?
Probably Fixes #264 Fixes #266 Fixes #267
(I also added a larger padding to the bottom of the course description to better support devices with rounded edges)