// 使用方法: // // var myConverter = new Markdown.Editor(myConverter, null, { strings: Markdown.local.ja }); (function () { Markdown.local = Markdown.local || {}; Markdown.local.ja = { bold: "太字 Ctrl+B", boldexample: "太字テキスト", italic: "斜体 Ctrl+I", italicexample: "斜体テキスト", strikethrough: "打ち消し線 Ctrl+X", strikethroughexample: "打ち消し線テキスト", link: "リンク Ctrl+L", linkdescription: "リンクの説明を入力", linkdialog: "

リンクを入力

https://example.com/ \"リンクのタイトル(任意)\"

", quote: "引用
Ctrl+Q", quoteexample: "引用テキスト", code: "コード
 Ctrl+K",
        codeexample: "コードをここに挿入",

        image: "画像  Ctrl+G",
        imagedescription: "画像の説明を追加",
        imagedialog: "

画像を挿入

https://example.com/images/diagram.jpg \"画像のタイトル(任意)\"

無料画像ホスティングをお探しですか?

", olist: "番号付きリスト
    Ctrl+O", ulist: "箇条書きリスト
      Ctrl+U", litem: "リスト項目", heading: "見出し Ctrl+H", headingexample: "見出しテキスト", hr: "水平線
      Ctrl+R", readmore: "続きを読む Ctrl+M", toc: "目次 ", table: "表 - Ctrl+J", maximize: "最大化 CTRL+P", minimize: "最小化 CTRL+P", undo: "元に戻す - Ctrl+Z", redo: "やり直す - Ctrl+Y", redomac: "やり直す - Ctrl+Shift+Z", help: "Markdown編集ヘルプ", // RTL/LTR 追加項目 rtl: "右から左 Ctrl+Shift+R", ltr: "左から右 Ctrl+Shift+L", rtlexample: "نص من اليمين إلى اليسار.", // 右から左へのテキスト ltrexample: "نص من اليسار إلى اليمين.", // 左から右へのテキスト // This comma can be omitted for this property being the last one. }; })();