-
Notifications
You must be signed in to change notification settings - Fork 4.9k
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 code blocks not rendered correctly #3171
Comments
I'll have a look at this tomorrow, but it's most likely a bug in blackfriday (the markdown-parser/renderer) and not Gogs itself. |
@bkcsoft is this reported upstream to |
Not yet, I'll do that now :) |
Define now @bkcsoft :+), i looked at the issue tracker of |
@xor-gate "now" as in now russross/blackfriday#279 Sorry, other issues have had priority :) |
👍 first things first, good for having this also active upstream. |
Thanks for reporting the bug in blackfriday. I've fixed it in russross/blackfriday#280, so this should no longer be an issue. You'll need to update to latest version if you're vendoring blackfriday. |
Nice work @shurcooL !!! |
Looks like fixed: https://try.gogs.io/stonewareslord/test/src/master/test.md |
@gsantner, can you please check if that problem occurs in the latest If so, please report it in that repo. Otherwise, gogs just needs to update the outdated vendored version it's using. Also, are you using latest version of gogs? If not, try latest. |
* Added progressbar for issues (gogs#1146). * Updated the generated index.css. Signed-off-by: modmew8 <modmew8@gmail.com> * Removed stored progress percentage and changed it to css calc. Also added the issue task progress to the user/dashboard/issues. Signed-off-by: modmew8 <modmew8@gmail.com> * Removed unnecessary blanks. Signed-off-by: modmew8 <modmew8@gmail.com> * Formatted the files correctly, fmt-check terminates now without errors. Signed-off-by: modmew8 <modmew8@gmail.com> * Removed variables, made computing the tasks on demand with precompiled regexp. Signed-off-by: modmew8 <modmew8@gmail.com>
We DO NOT take questions or config/deploy problems on GitHub, please use our forum: https://discuss.gogs.io
Please take a moment to search that an issue doesn't already exist.
For bug reports, please give the relevant info:
Description
Using the characters
[]:
breaks a code block and renders the entire line and sometimes the next line blank.The text was updated successfully, but these errors were encountered: