Skip to content

taknakamu/jquery-markdown

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 

Repository files navigation

マークダウン記法で書かれたテキストを変換します。

使用方法

$(".markdown-text").markdown();

オプション

違う要素に結果を挿入する場合

$(".markdown-text").markdown({
    target_form: ".markdown-target"
});

About

マークダウン記法で書かれたテキストを変換します。

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published