Getting Started
Include jquery and emphasis plugin into html like this:
<script src="jquery-1.10.2.min.js"></script>
<script src="jquery.emphasis.js"></script>
<script>
$('em').emphasis('dot');
</script>
.emphasis(text-emphasis)
text-emphasis- Type:
String - A string representing text-emphasis style.
- For example:
filled,dotted,filled sesame red,"@" #069. You can also use valuenoneto remove the style. - It's using
navigator.language || navigator.browserLanguageto define which language was used. And it's not supporting vertical writing-mode.
.emphasis(text-emphasis, text-emphasis-position)
text-emphasis- Type:
String - A string representing text-emphasis style.
text-emphasis-position- Type:
String - A string representing text-emphasis-position style. Currently it's not support "right" and "left" in vertical writing-mode.
Know issues
- Not support "right" and "left" position.
- Not work right on
inline-blockelement in some case.
If you find more issue, welcome to report it.