Skip to content

Commit

Permalink
fix error.
Browse files Browse the repository at this point in the history
  • Loading branch information
huideyeren committed Mar 23, 2024
1 parent 69580df commit 72eb162
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 4 additions & 0 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ GEM
mecab (0.996)
nokogiri (1.15.5-arm64-darwin)
racc (~> 1.4)
pandoc2review (2.0.0)
unicode-eaw
parallel (1.23.0)
parser (3.2.2.4)
ast (~> 2.4.1)
Expand Down Expand Up @@ -51,6 +53,7 @@ GEM
tty-logger (0.6.0)
pastel (~> 0.8)
unicode-display_width (2.5.0)
unicode-eaw (2.2.0)

PLATFORMS
arm64-darwin-21
Expand All @@ -59,6 +62,7 @@ DEPENDENCIES
math_ml
mecab
nokogiri
pandoc2review
psych
rake
review
Expand Down
6 changes: 1 addition & 5 deletions chapter/markdown.md
Original file line number Diff line number Diff line change
Expand Up @@ -120,17 +120,13 @@ TeX数式形式が使える。
![与謝野晶子](yosano_akiko_is_always_watching_you.png)
~~~

![与謝野晶子](yosano_akiko_is_always_watching_you.png)

width、height、scale の属性が付けられているときには、scale パラメータに変換される。

~~~Markdown
![与謝野晶子](yosano_akiko_is_always_watching_you.png){scale=2}
~~~

![与謝野晶子](yosano_akiko_is_always_watching_you.png){scale=2}

前また後に文字があるときには、インライン画像と見なし、`@<icon>` に変換される。
前また後に文字があるときには、インライン画像と見なし、アイコンに変換される。

~~~Markdown
レターパックで ![与謝野晶子](yosano_akiko_is_always_watching_you.png) 送れ
Expand Down

0 comments on commit 72eb162

Please sign in to comment.