File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 7575 "publishConfig" : {
7676 "access" : " public"
7777 }
78- }
78+ }
Original file line number Diff line number Diff line change @@ -143,10 +143,12 @@ CodeChunk = text:$(CodeChunkChar)+ { return plain(text); }
143143 * #### Heading 4
144144 *
145145*/
146- Heading = count :HeadingStart [ \t ]+ text :Inline + { return heading (text, count); }
146+ Heading = count :HeadingStart [ \t ]+ text :HeadingChunk { return heading (text, count); }
147147
148148HeadingStart = value :"#" |1.. 4| { return value .length ; }
149149
150+ HeadingChunk = text :Inline { return text; }
151+
150152
151153
152154/**
Original file line number Diff line number Diff line change @@ -22481,6 +22481,15 @@ __metadata:
2248122481 languageName: node
2248222482 linkType: hard
2248322483
22484+ "fast-check@npm:^4.6.0":
22485+ version: 4.6.0
22486+ resolution: "fast-check@npm:4.6.0"
22487+ dependencies:
22488+ pure-rand: "npm:^8.0.0"
22489+ checksum: 10/b53b88ebf6247ea0eaa7f3f6d8923035e0cfd6f78bc8c393754cc1ccbdb591756dfbff02058a136b472e011279594fa72c05a30378177d6055a08ad7ed1b823e
22490+ languageName: node
22491+ linkType: hard
22492+
2248422493"fast-copy@npm:^4.0.0":
2248522494 version: 4.0.2
2248622495 resolution: "fast-copy@npm:4.0.2"
@@ -32060,9 +32069,9 @@ __metadata:
3206032069 linkType: hard
3206132070
3206232071"pure-rand@npm:^8.0.0":
32063- version: 8.0 .0
32064- resolution: "pure-rand@npm:8.0 .0"
32065- checksum: 10/a5c84320f7337a6984e45cba969c804797535bb03b850897f0ee367d2d531feb489df220d475acc1dcf925c0832ed19a11c2928a94e9197ece5ad003368cb9c7
32072+ version: 8.3 .0
32073+ resolution: "pure-rand@npm:8.3 .0"
32074+ checksum: 10/cce12a9a7079f74f2d5438941fdc968df4862571a92f7bc0a9a0bcfbe8926441cdf7ff138610cd4bdee0c0e8ef3a5a11eee4cd61a0d473a6f00b2a4873165956
3206632075 languageName: node
3206732076 linkType: hard
3206832077
You can’t perform that action at this time.
0 commit comments