#13 closed defect (fixed)
img command ignores CSS style
Reported by: | wander | Owned by: | |
---|---|---|---|
Priority: | major | Keywords: | |
Cc: |
Description
~img:namespace.png;width:100px;float:right~
results in
<img src="namespace.png">
Note: See
TracTickets for help on using
tickets.
(In [97]) Allow for CSS styles, classes and HTML id on ~img:... and ~a:..... closes #13.