你正在訪問的內容是外部程式的映像位址,僅用於使用者加速訪問,本站無法保證其可靠性。當前的連結位址(單點即可複製)為 https://greasyfork.org.cn/zh-CN/scripts/15778-wanikani-markdown-notes,源站連結 點此以跳轉。
Allows you to write Markdown in the notes, which will be rendered as HTML when the page loads.
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
 = image
~br~ = break (i.e. new line of text)
(Additional markup info: https://github.com/showdownjs/showdown)