🏠 Home 

WaniKani Markdown Notes

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


ติดตั้งสคริปต์นี้?
ผู้เขียน
Robin Findley
จำนวนติดตั้งประจำวัน
1
จำนวนติดตั้งทั้งหมด
287
คะแนน
2 0 0
เวอร์ชัน
1.4
สร้างเมื่อ
31-12-2015
อัปเดตเมื่อ
01-01-2016
Size
4.98 กิโลไบต์
สัญญาอนุญาต
ไม่มี
ปรับใช้กับ

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

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)