Skip to content

Commit

Permalink
🎨 Supports disabling Markdown * and _ syntax input #11206
Browse files Browse the repository at this point in the history
  • Loading branch information
88250 committed Sep 13, 2024
1 parent f50c0d6 commit d459f75
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion app/appearance/langs/ja_JP.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
"editorMarkdownInlineMath": "Markdown インライン数式構文",
"editorMarkdownInlineMathTip": "<code class='fn__code'>$foo$</code> 形式のインライン数式構文を有効にします",
"editorMarkdownInlineAsterisk": "マークダウン インライン アスタリスク構文",
"editorMarkdownInlineAsteriskTip": "有効にすると、<code class='fn__code'>*foo*</code> 斜体構文と <code class='fn__code'>**foo**</code> 太字構文の入力がサポートされます。"
"editorMarkdownInlineAsteriskTip": "有効にすると、<code class='fn__code'>*foo*</code> 斜体構文と <code class='fn__code'>**foo**</code> 太字構文の入力がサポートされます。",
"editorMarkdownInlineUnderscore": "マークダウンのインライン下線構文",
"editorMarkdownInlineUnderscoreTip": "有効にすると、<code class='fn__code'>_foo_</code> 斜体構文と <code class='fn__code'>__foo__</code> 太字構文の入力がサポートされます",
"currentNotebook": "現在のノートブック",
Expand Down
4 changes: 2 additions & 2 deletions app/stage/protyle/js/lute/lute.min.js

Large diffs are not rendered by default.

0 comments on commit d459f75

Please sign in to comment.