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

Support markdown in issues #197

Closed
jwkicklighter opened this issue Aug 6, 2018 · 5 comments
Closed

Support markdown in issues #197

jwkicklighter opened this issue Aug 6, 2018 · 5 comments
Milestone

Comments

@jwkicklighter
Copy link

I'm not really sure the best title but the issue: it would be nice to use # in issue descriptions to specify markdown headers, but this unfortunately notates a commented line that won't be sent to the API.

@zaquestion
Copy link
Owner

I was thinking about this the other day, it's still possible to use == to specify titles, but yeah we did kind break #.

It's possible to change your gitCommentChar to something else and this will start working how you expect. Other than that I'm not sure the best way to address..

@jwkicklighter
Copy link
Author

Some sort of support for an escape character maybe?

@hasLeland
Copy link

hasLeland commented Aug 7, 2018

Ha, I just ran into this same problem where I attempted to use the standard # to indicate a subtitle, and instead just commented out the subtitle from the MR. If possible, an escape character would be very helpful.

@zaquestion
Copy link
Owner

Put in a change (above) to support \# as an escaped comment char. Hoping to get a release out tonight.

zaquestion added a commit that referenced this issue Aug 7, 2018
fix #189 and fix #197: support non-titled commits and markdown in EDITOR
@jwkicklighter
Copy link
Author

Awesome, thank you!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants