kongou-ae / redpen-validator

redpen custom validator
MIT License
14 stars 1 forks source link

symbol.jsがimage:をエラーにする #57

Closed kongou-ae closed 8 years ago

kongou-ae commented 8 years ago

image:images/004.png["004"]の"

kongou-ae commented 8 years ago

[]の中身がSentenceとして判断される模様。以下の文章をconsole.log(sentence)するValidatorで検査すると[]の中身が表示される。

image:images/logo.png[Company Logo]

image:images/logo.png["Company Logo",height=32]

image:screen-thumbnail.png[height=32,link="screen.png"]

image::images/logo.png[scaledwidth="75%",alt="Company Logo"]

image::images/tiger.png["Tiger image",align="left"]
[2016-07-14 23:20:49.550][INFO ] cc.redpen.validator.JavaScriptValidator - JavaScript validators directory: test
Company Logo
"Company Logo",height=32
height=32,link="screen.png"
scaledwidth="75%",alt="Company Logo"
"Tiger image",align="left"
kongou-ae commented 8 years ago

https://github.com/redpen-cc/redpen/issues/683 で改修されたことを確認。クローズ