We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
CSS組版エンジンを使った処理系を考慮すると、HTMLにおいて今各章でIDは一意とされていればよしとしているが、ドキュメント全体で一意となっていないとまずくなりそう。
一意性はreファイル名(@chapter.name)と組み合わせることで担保し、あとはnormalize_idを調整(bibやlabelのようにchapter.nameを付けてほしくないものはそのままとする)するという方向でどうでしょうか。
@chapter.name
The text was updated successfully, but these errors were encountered:
ReVIEW::Converterクラスが導入されたおかげで、同一のRubyプロセス内で処理できるようになったのでこの辺りはやりやすくなったはずです。 ついでに同一画像ファイルの使い回しについても一意性を確保したい…。
Sorry, something went wrong.
Converterのtarget属性にconvertメソッド内でchap_nameの値を代入、あたりでしょうか。でも結局@compile.compileに渡さないといけないので、属性にせずにCompiler#compileの第二引数に渡すだけでもよい? 画像についてはid属性で同じように一意性を出せればいいんでしょうか。
@compile.compile
No branches or pull requests
CSS組版エンジンを使った処理系を考慮すると、HTMLにおいて今各章でIDは一意とされていればよしとしているが、ドキュメント全体で一意となっていないとまずくなりそう。
一意性はreファイル名(
@chapter.name
)と組み合わせることで担保し、あとはnormalize_idを調整(bibやlabelのようにchapter.nameを付けてほしくないものはそのままとする)するという方向でどうでしょうか。The text was updated successfully, but these errors were encountered: