mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-10-31 23:26:18 +00:00
15 lines
356 B
Plaintext
15 lines
356 B
Plaintext
|
title: Widgets/DataAttributes/OrderedStyleAttributes
|
||
|
description: Ordered style attributes
|
||
|
type: text/vnd.tiddlywiki-multiple
|
||
|
tags: [[$:/tags/wiki-test-spec]]
|
||
|
|
||
|
title: Output
|
||
|
|
||
|
\whitespace trim
|
||
|
<div style="background:red;color:blue;" style.background="green">
|
||
|
hello
|
||
|
</div>
|
||
|
+
|
||
|
title: ExpectedResult
|
||
|
|
||
|
<p><div style="background:green;color:blue;">hello</div></p>
|