Commit 6ac8820f authored by AP matsuo koji's avatar AP matsuo koji 😲

update

parent a4791af4
...@@ -35,7 +35,23 @@ include::config.adoc[] ...@@ -35,7 +35,23 @@ include::config.adoc[]
* rendaringに絡むパラメータを表示させる。 ローカルとサーバー上での違いを確認するため * rendaringに絡むパラメータを表示させる。 ローカルとサーバー上での違いを確認するため
* configを加工して、問題となる記述を発見すること * configを加工して、問題となる記述を発見すること
image::fig-NG.jpg[]
== 分析
.もう `{plus}{plus}{plus} - {plus}{plus}{plus}`のHTML直接構文がだめみたい
----
// ExtendStyleは常に有効とする。定義して、もう実行しておく。互換性:何回呼ばれても大丈夫。
:ExtendStyle: pass:none[<style>.nw{display:inline-block;white-space:pre;} .nowrap{display:inline-block;white-space:pre;}</style>]
{ExtendStyle}
// Page幅を無効にする
ifdef::FreePage[]
+++<style>#header,#content,#footnotes,#footer{max-width:none;}</style>+++
endif::FreePage[]
----
以上 以上
// end::sub[] // end::sub[]
......
...@@ -31,15 +31,14 @@ ifeval::["{lang}" == "ja"] ...@@ -31,15 +31,14 @@ ifeval::["{lang}" == "ja"]
:untitled-label: 無題 :untitled-label: 無題
:version-label: バージョン :version-label: バージョン
endif::[] endif::[]
// ここまで空白行禁止(tocが表示されない)
// HTML出力で画像を埋め込む
:data-uri: :data-uri:
// 各種Macro拡張
:hardbreaks: :hardbreaks:
:experimental: :experimental:
// ここまで空白行禁止(tocが表示されない)
//
// ExtendStyleは常に有効とする。定義して、もう実行しておく。互換性:何回呼ばれても大丈夫。 // ExtendStyleは常に有効とする。定義して、もう実行しておく。互換性:何回呼ばれても大丈夫。
:ExtendStyle: pass:none[<style>.nw{display:inline-block;white-space:pre;} .nowrap{display:inline-block;white-space:pre;}</style>] :ExtendStyle: pass:none[<style>.nw{display:inline-block;white-space:pre;} .nowrap{display:inline-block;white-space:pre;}</style>]
{ExtendStyle} {ExtendStyle}
// Page幅を無効にする // Page幅を無効にする
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment