WaniKani Markdown Notes

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

질문, 리뷰하거나, 이 스크립트를 신고하세요.
개발자
Robin Findley
일일 설치수
1
총 설치수
279
평점
2 0 0
버전
1.4
생성
2015-12-31
갱신
2016-01-01
라이선스
없음
동작 사이트

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)