-
-
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
Escape code blocks in rustdocs with text
attribute
#270
Conversation
Signed-off-by: Alex Snaps <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hey there! Thanks a lot for tackling this. I think the general approach is good. I like the white-space preserving and care here. Potential concern on safety and tests.
Btw; if you have nightly installed you can just fmt
.
Signed-off-by: Alex Snaps <[email protected]>
4a4f267
to
2386b74
Compare
Signed-off-by: Alex Snaps <[email protected]>
Signed-off-by: Alex Snaps <[email protected]>
026227d
to
99ec907
Compare
Signed-off-by: Alex Snaps <[email protected]>
Signed-off-by: Alex Snaps <[email protected]>
25c8799
to
bb009b4
Compare
Signed-off-by: Alex Snaps <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Very clean now. Appreciate it!
I split the PR in two:
Should fix #264