回答編集履歴
2
補足の追加
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
誤字の修正
test
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
> When the :format option is set to :html5, !!! is always <!DOCTYPE html>.
|
2
|
-
公式リファレンスに書いていますが[
|
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
|
```
|