Replies: 2 comments 1 reply
-
|
Hi @hxlnt, thank you! Custom classes have been bugging me for a while now, and everytime I'm close to implementing them, I step back, thinking about Quarkdown's cross-target compatibility philosophy. I agree it would be great to have something like Your suggestion is definitely doable, I can see |
Beta Was this translation helpful? Give feedback.
-
|
I've opened #217 :) |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Enjoying this project quite a bit, so firstly: thanks!
I do find myself wishing I could add custom classes in the case that I want to be able to choose from different styles for the same HTML element (e.g., tables where I'd like a fixed column width to be applied to only some tables or specific inline text styling). I'm not sure how custom classes could be implemented across the board, since they can kind of be applied to anything, and it would be challenging to know what element the class should be attached to. But any thoughts on adding this in the future?
In the case that it's too complex as a broad implementation, I can imagine at least something straightforward for
<span>s that mimics the syntax for.text:(I could even imagine
.textbeing a convenience method for specific.spans.)Comments/thoughts/workarounds appreciated!
Beta Was this translation helpful? Give feedback.
All reactions