UnicodingUnicorn

Results 5 comments of UnicodingUnicorn

I can't seem to replicate this issue. Can I confirm what version of Inkscape are you using?

Sorry, I am fairly new to asciidoc. I just want to confirm that if you have something like: ``` :data-foo1: bar == Section :data-foo2: bar stuff ``` `data-foo1` and `data-foo2`...

Yes, that was what I was thinking, too. I just wanted to verify how attributes are passed in asciidoc so I don't end up barking up the wrong tree, since...

Sorry, I was just using a `foo` as a placeholder for anything, should have written `data-*`. I've seen putting `:attribute-name: attribute-value` mentioned [here](https://www.methods.co.nz/asciidoc/chunked/ch28.html), and it works nicely with asciidoctor. I've...

Ah I see, I interpreted the wording of this issue as 'asciidoc attribute => html attribute if asciidoc attribute begins with `data-`'. Sorry, I think I misread things.