-
Notifications
You must be signed in to change notification settings - Fork 42
Markdown #83
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
Markdown #83
Conversation
|
works perfectly |
|
Here's an edge case, try post the following URL:
However, if I post the markdown image tag, it works great: I think we should remove the linkify stuff and only support markdown format. Is that too restrictive? |
|
Yeah, I considered that. I'm just afraid that markdown is too complicated
|
|
Yeah. The other issue right now is that two consecutive lines are combined into one: becomes: I think we need to get an implementation of Github Flavored Markdown specifically, which handles linkifying and solves the above issue. |
|
Another issue is that I can currently use |
* 'markdown' of https://github.com/vole/vole: Comments. Functional 'load more' button. Update Changelog. Protect against empty posts. I think we need to check for whitespace in postBoxDisabled. But oh well. Allow submitting a post with ctrl + enter. Support past and future pagination. Backend support for pagination. Front-end support TODO.
|
Also, I noticed that a line starting with a #hashtag makes a title. Usually |
* 'markdown' of https://github.com/vole/vole: Adding CHANGELOG for is_my_post Adding CHANGELOG for pagination Changelog.txt
|
@Fil Good catch, that should be fixed! |



No description provided.