-
Notifications
You must be signed in to change notification settings - Fork 21
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
Provide max line-length in comment filter. #454
base: main
Are you sure you want to change the base?
Conversation
Frustratingly, I'm running into an oddity in Specifically the go fmt comment spec states the following about lists:
I'm not positive why there's a single-space before number lists and two spaces before dash lists, but we do NOT do this in weaver today. @lquerel Thoughts? Should I create a specific renderer for markdown for Go that abides by these restrictions? Additionally, @MrAlias What should we do if we have a nested list? Will Go (and go fmt) ignore this or fail? |
Does not text wrapping functionality yet, just proves non-breaking for existing usage.
Remaining TODOs:
[a]: really-long-url
)- really long amount of text
)Fixes #364