File tree Expand file tree Collapse file tree 2 files changed +29
-0
lines changed Expand file tree Collapse file tree 2 files changed +29
-0
lines changed Original file line number Diff line number Diff line change @@ -11,5 +11,14 @@ module.exports = {
11
11
// 階層構造を表現する記号としての>の使用例があるため
12
12
"4.3.7.山かっこ<>" : false ,
13
13
} ,
14
+ prh : {
15
+ rulePaths : [ "./prh.yaml" ] ,
16
+ checkLink : false ,
17
+ checkBlockQuote : false ,
18
+ checkEmphasis : true ,
19
+ checkHeader : true ,
20
+ checkParagraph : true ,
21
+ checkCodeComment : [ ] ,
22
+ } ,
14
23
} ,
15
24
} ;
Original file line number Diff line number Diff line change
1
+ version : 1
2
+
3
+ rules :
4
+ - expected : Typst
5
+ pattern : /(?<![-#])\b[Tt][Yy][Pp][Ss][Tt]\b(?!-)/
6
+ specs :
7
+ - from : typst
8
+ to : Typst
9
+ - from : typst is a new markup-based typesetting system that is designed to be as powerful as LaTeX while being much easier to learn and use.
10
+ to : Typst is a new markup-based typesetting system that is designed to be as powerful as LaTeX while being much easier to learn and use.
11
+ - from : typstは、学術用途のために新たに生まれたマークアップベースの組版システムです。
12
+ to : Typstは、学術用途のために新たに生まれたマークアップベースの組版システムです。
13
+ - from : ttypstt
14
+ to : ttypstt
15
+ - from : " {#typst}"
16
+ to : " {#typst}"
17
+ - from : " {#when-typst}"
18
+ to : " {#when-typst}"
19
+ - from : typst-jp
20
+ to : typst-jp
You can’t perform that action at this time.
0 commit comments