-
Notifications
You must be signed in to change notification settings - Fork 63
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
renderer: Fenced Code Block info string should not trim to first word only. #58
Comments
Related issue: shurcooL#58 Signed-off-by: Bartlomiej Plotka <[email protected]>
Related issue: shurcooL#58 Signed-off-by: Bartlomiej Plotka <[email protected]>
That sounds like a bug, fixing which is in scope. I have little bandwidth to do code review or fix bugs in this project, so it's hard to promise anything. In general, I'd recommend picking a more active fork to contribute to instead. This issue may even get fixed if using blackfriday v2 (#39) or goldmark (#56).
It should still trim the whitespace at the both ends. |
agree. Thanks! I did that here: Kunde21/markdownfmt#12 Happy to close it then. |
Related issue: shurcooL#58 Signed-off-by: Bartlomiej Plotka <[email protected]>
Related issue: shurcooL/markdownfmt#58 Signed-off-by: Bartlomiej Plotka <[email protected]>
It's totally allowed by markdown language to have longer info string that is not limited to a single word. I would love to leverage that in my tool, during formatting, but I can't as
markdownfmt
trims all to a single word.Would you accept a PR that would leave the info string unchanged?
The text was updated successfully, but these errors were encountered: