-
-
Notifications
You must be signed in to change notification settings - Fork 292
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
add css style for code inside markdown #551
Conversation
Can you make it prettier? Experiment with padding, border, rounded corners, an accent color. It should match the multi-line code block, stylistically. |
I will reformat this so that we don't need the html"""
<p>Hello <code>world</code></p>
""" should look identical to md"""
Hello `world`
""" |
I think it's |
Why is the |
Because it's pretty 🌈 There's no way to discuss these things objectively, but note that we are not trying to match the style of either documenter, slack or github. (Especially not slack, yuck!) |
That is not what I'm suggesting (to match something) -- but I'm pretty sure they've had teams of UX designers that decided against big border-radiuses (same is true for Jupyter btw - |
while I more or less agree with you, can we just get this merged first so I can at least SEE the code in in-line md? |
As Oscar Wilde put it:
|
No description provided.