Kandroid
Kandroid copied to clipboard
Make Markdown syntax less strict
Actual behaviour
Missing Markdown formatting functionality
Expected behaviour
Project & task descriptions should be able to be formatted using markdown syntax.
Steps to reproduce
- Edit a project or a task in the browser
- Type the following
***This should be bold*** and [this should be a link pointing to Google](https://google.com)
- Navigate to the project or task overview through the mobile app
Configuration
- Kandroid version: v0.5.3
- Android/Mod version: Nougat
- Theme (if you use one):
- Device type, name and manufacturer: OnePlus 3T
- Kanboard version: v1.0.42
Markdown support is available since version 0.4
I tried your example with the current build and it works fine.
I double checked it, and it was due to a wrong Markdown input.
Wrong Right
**Bold ** ≠ **Bold**
It would be nice if the markdown parser was a little bit more loose in the syntax. I know it's not a technical issue, but when editing stuff on the phone, it could easily result in a usability issue as some keyboards append a space after a word when auto-corrected.