回答編集履歴

2

補足の追加

2022/03/04 03:33

投稿

PlugOut777
PlugOut777

スコア917

test CHANGED
@@ -1,7 +1,7 @@
1
1
  > When the :format option is set to :html5, !!! is always <!DOCTYPE html>.
2
2
  公式リファレンスに書いていますが[format]によって出力内容が変わるようです。
3
3
  [format]はデフォルトだと[html5]が採択されるようです。
4
- 例えば[format]を[xhtml]に変更すると、[!!!]の内容が正常に出力されます。
4
+ 例えば[format]を[xhtml]に変更すると、[!!! XML]の内容が変わり[!!!]の内容も正常に出力されます。
5
5
  ```bash
6
6
  haml --format='xhtml' test.haml test.xml
7
7
  ```

1

誤字の修正

2022/03/04 03:32

投稿

PlugOut777
PlugOut777

スコア917

test CHANGED
@@ -1,7 +1,7 @@
1
1
  > When the :format option is set to :html5, !!! is always <!DOCTYPE html>.
2
- 公式リファレンスに書いていますが[:ormat]によって出力内容が変わるようです。
2
+ 公式リファレンスに書いていますが[format]によって出力内容が変わるようです。
3
- [format]はデフォルトだと[html5]になるようです
3
+ [format]はデフォルトだと[html5]が採択されるようです
4
- 例えば[format]を[xhtml]に変更してあげると、[!!!]の内容が正常に出力されます。
4
+ 例えば[format]を[xhtml]に変更ると、[!!!]の内容が正常に出力されます。
5
5
  ```bash
6
6
  haml --format='xhtml' test.haml test.xml
7
7
  ```