I use Scribe (BWD) and I can’t help but use it… I would feel lost without this wonderful STACK.
Wanting to insert a class to a text or link, to highlight it with a class or play with it with an svg, would there be a way to do it?
I don’t want to use HTML, it would be great to do it directly from Scribe.
Would it be possible?
Or… I don’t want to make Andrew work (a little update 🥹)
This is an example of how I would need it:
from this:
Learn more about [Markdown Syntax](http://daringfireball.net/projects/markdown/syntax)
Thanks Marten,
this works perfectly to insert a class,
but my problem is the positioning of the svg, because inserting it like this, then I have to recompile and readjust the css, because everything is moved
in the example:
I’m not entirely clear of the problem but my initial thoughts are:
I’m confused about not wanting to insert HTML into Scribe but then all the examples are HTML? Am I missing something?
In terms of class naming and the hierarchy concerning the SVG; why not just give the scribe stack a custom class and then target all links in that stack (assuming you want a consistent effect on all links) .myScribe a>svg{your css}