prismjs highlighted code numbers look bad #204
Labels
No labels
A11y
Automated Testing
Contributable
Contributed
Decision
Design
Development
Drutopia
Feature Request
IndieWeb
Infrastructure
Marketing
Needs documentation
status::Abandoned
status::Blocked
status::Deploy
status::Doing
status::Done
status::In Review
status::Needs Clarification
status::Test
status::To Do
type::Bug
type::Task
type::User Story
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: agaric/agaric-coop#204
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
It seems that we have a
number
class on our site which is used byprism
as well making it look weird.It is necessary to add CSS to avoid apply styles to the
number
class if it is inside acode
tag.changed the description
'number' does not appear in our custom Sass (web/themes/custom/agarica/patternlibrary/agaric/sass/). So our first step is figuring out where it's coming from.
@gnuget Bulma is to blame!
node_modules/bulma/sass/elements/other.sass
@gnuget Can we avoid using the number class ourselves by telling prism to do something else, and leave 'number' to bulma?
Or vice versa.
A-hmm: https://github.com/jgthms/bulma/issues/1708
Seems it can be fixed either way; i'm helping Mauricio train so leaving this to David.
assigned to @gnuget
unassigned @gnuget