We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Currently, <code> tags are styled identically to <pre> tags, leading to posts that look like this:
<code>
<pre>
<code> tags should instead be styled inline with text.
telescope/src/frontend/src/components/Post/telescope-post-content.css
Lines 15 to 29 in e526e27
The text was updated successfully, but these errors were encountered:
Fix Seneca-CDOT#767: Adjust styles for <pre> and <code> in posts
6f0c9e1
Fix #767: Adjust styles for <pre> and <code> in posts
e014369
Successfully merging a pull request may close this issue.
Currently,
<code>
tags are styled identically to<pre>
tags, leading to posts that look like this:<code>
tags should instead be styled inline with text.telescope/src/frontend/src/components/Post/telescope-post-content.css
Lines 15 to 29 in e526e27
The text was updated successfully, but these errors were encountered: