Tatsunori Uchino

Results 181 comments of Tatsunori Uchino

e.g. add some additional signs to be considered other than `:::` ↑ This is my biggest concern. Also, I would like to know if there has been any discussions about...

I am trying to fix issues that you have been pointed out, but can I export these constants or make them global? That will make it easier to define the...

~~Could someone tell me what I should pass after `yarn jest -u ` to update only snapshots of Markdown tests?~~ `--test-regex "tests/format/markdown/splitCjkText/.+\.js"`

Here are my suggesting testcases: ``` exports[`prosewrap-always-punctuations.md - {"proseWrap":"always"} format 1`] = ` ====================================options===================================== parsers: ["markdown"] printWidth: 80 proseWrap: "always" | printWidth =====================================input====================================== それでは、18ページを開いてください。この変数fooには、値falseが入っています。 それでは 、 18ページを開いてください 。 この変数fooには 、...

@thorn0 I will delete `prosewrap-always-signs.md`. CC @sosukesuzuki because of

@thorn0 It is just due to `tests\format\markdown\paragraph\cjk.md`. Without the process we have to change the snapshot. I do not know what is the below for and how I should add...

@thorn0 @sosukesuzuki @fisker I will do the following: 1. Delete or unuse the following function: https://github.com/prettier/prettier/blob/a8b4f22b63de2af8d70056d3c797a1db296ab5eb/src/language-markdown/printer-markdown.js#L598-L626 2. Delete the call of the above function: https://github.com/prettier/prettier/blob/a8b4f22b63de2af8d70056d3c797a1db296ab5eb/src/language-markdown/printer-markdown.js#L677-L685 3. Add only the following...

Do you assume the following sentences? Could you tell me which ones of them you assume? ``` 次の中から1つお選びください: Foo・Baz・Baz 次の中から1つお選びください:Foo・Baz・Baz Choose one from: Foo, Bar, Baz JavaScriptのフォーマットには, Prettierの利用を推奨する. このツールは, 次の手順で設定する....

@thorn0 > But line breaks are still inserted. Is this okay to separate the final dot like this? In principal should not. Identically `AL車に\n属する。` but due to its implementation difficulties,...

@thorn0 After my hotfix, I managed to get: - `printWidth: 71` (`。`): ``` 名鉄3400系電車は、名古屋鉄道が主に優等列車運用に供する目的で1937年(昭 和12年)に導入した電車である。名鉄の直流1,500 V電化路線において運用され た吊り掛け駆動車各形式のうち、間接自動進段制御器を搭載するAL車に属す る。 ``` - `printWidth: 69` (`(`): ``` 名鉄3400系電車は、名古屋鉄道が主に優等列車運用に供する目的で1937年 (昭和12年)に導入した電車である。名鉄の直流1,500 V電化路線において運 用された吊り掛け駆動車各形式のうち、間接自動進段制御器を搭載するAL車 に属する。 ```...