Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make Markdown syntax less strict #17

Open
ranaharoni opened this issue Apr 20, 2017 · 2 comments
Open

Make Markdown syntax less strict #17

ranaharoni opened this issue Apr 20, 2017 · 2 comments

Comments

@ranaharoni
Copy link

Actual behaviour

Missing Markdown formatting functionality

Expected behaviour

Project & task descriptions should be able to be formatted using markdown syntax.

Steps to reproduce

  1. Edit a project or a task in the browser
  2. Type the following ***This should be bold*** and [this should be a link pointing to Google](https://google.com)
  3. 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
@andresth
Copy link
Owner

Markdown support is available since version 0.4
I tried your example with the current build and it works fine.
screenshot_1492777298

@ranaharoni
Copy link
Author

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.

@andresth andresth changed the title Implement markdown formatting Make Markdown syntax less strict Apr 25, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants