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
compilerではul_item_beginメソッドからul_itemを単純に呼び出している。 これに対し、html, idgxml, markdownはul_item_beginをオーバライドして表現もそこに入れてしまっているので、ul_itemメソッドは決して呼び出されない不要なものとなっている。
なお、latexはul_itemをオーバライドしているのでこのままとしておく。
cf #726
The text was updated successfully, but these errors were encountered:
これ、ちょっと良くわからなかったのですが(compilerではul_itemを呼んでなさそう)、「compilerではul_item_beginメソッドからul_itemを単純に呼び出している。」は「builder(ReVIEW::Builder)では〜」であってますか?
Sorry, something went wrong.
あ そうです。いずれにしても#726のでマージしたのでcloseですね。
No branches or pull requests
compilerではul_item_beginメソッドからul_itemを単純に呼び出している。
これに対し、html, idgxml, markdownはul_item_beginをオーバライドして表現もそこに入れてしまっているので、ul_itemメソッドは決して呼び出されない不要なものとなっている。
なお、latexはul_itemをオーバライドしているのでこのままとしておく。
cf #726
The text was updated successfully, but these errors were encountered: