WaniKani Markdown Notes

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

目前為 2015-12-31 提交的版本,檢視 最新版本

作者
Robin Findley
評價
0 0 0
版本
1.2
建立日期
2015-12-31
更新日期
2015-12-31
尺寸
4.8 KB
授權條款
未知
腳本執行於

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)