Greasy Fork is available in English.

WaniKani Markdown Notes

Allows you to write Markdown in the notes, which will be rendered as HTML when the page loads.

Penulis
Robin Findley
Pemasangan harian
0
Total pemasangan
278
Nilai
2 0 0
Versi
1.4
Dibuat
31 Desember 2015
Diperbarui
01 Januari 2016
Lisensi
N/A
Berlaku untuk

https://www.wanikani.com/chat/api-and-third-party-apps/4024#post105996

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.google.com) = hyperlinked text
![Alt Text](image_url) = image
~br~ = break (i.e. new line of text)

(Additional markup info: https://github.com/showdownjs/showdown)