Markdown Notes
https://greasyfork.org/en/scripts/15778-wanikani-markdown-notesPer this request, this is an updated version of this original script by jeshuamorrissey.
It allows you to add html (via markdown) to your item notes:
Sample:
Notes text used for the above sample:
~br~Kanji
: #kan#猫#/kan#~br~Hiragana: #read#ねこ#/read#
Here are the supported markups:
#rad#text#/rad# = Radical highlight (blue)
#kan#text#/kan# = Kanji highlight (pink)
#voc#text#/voc# = Vocabulary highlight (purple)
#read#text#/read# = Reading highlight (black)
text, text = bold
text, text = italics
[Link Text](http://www.example.com
) = hyperlinked text = image
~br~ = break (i.e. new line of text)
(There may be other supported markup. See documentation of showdownjs)