Fix HTML_ATTR rendering (naive)
- was missing spaces between attributes when rendering to org - was duplicating attributes when rendering to html - now we join / replace attributes depending on the name - for now only class & style are appended
This commit is contained in:
parent
08ff3ac22e
commit
0a905ca172
6 changed files with 28 additions and 12 deletions
2
org/testdata/keywords.html
vendored
2
org/testdata/keywords.html
vendored
|
@ -1,5 +1,5 @@
|
|||
<figure>
|
||||
<div class="highlight" class="a b c" id="it">
|
||||
<div class="highlight a b c" id="it">
|
||||
<pre>echo "a bash source block with custom html attributes"
|
||||
</pre>
|
||||
</div>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue