Skip to content
New issue

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

htmlbuilder: comment/inline_comment #360

Closed
kdmsnr opened this issue Nov 20, 2014 · 4 comments
Closed

htmlbuilder: comment/inline_comment #360

kdmsnr opened this issue Nov 20, 2014 · 4 comments

Comments

@kdmsnr
Copy link
Collaborator

kdmsnr commented Nov 20, 2014

comment記法はdraftモード以外のときにHTMLのコメント扱いになっているが、他のビルダーと同様に出力しなくてもよさそう。

@takahashim
Copy link
Collaborator

takahashim commented Dec 11, 2014

各ビルダを比べてみたらそれぞれだいぶ異なりますね…

  • html: draftモードでは表示、それ以外では <!-- 〜 --> のコメント
  • latex: draftモードではpdfcomment、それ以外では非表示
  • igdxml: <!-- 〜 --> のコメント
  • markdown: 未対応
  • inao: 未対応、inlineのみ◆comment/◆〜◆/comment◆
  • top(text): ◆→DTP連絡: 〜 ←◆

@takahashim
Copy link
Collaborator

@kmuto これって非表示でもいいでしょうか。idgxmlbuilderでは使ってます?

@kmuto
Copy link
Owner

kmuto commented Dec 31, 2016

  • ドラフトモードtrueのときに何らかの表示とする
  • ドラフトモードfalseのときは一切表示しない

というルールにしましょうか。
markdownのほうは手頃なものがなさそうですし、◆→←◆にしてしまってよいかな。

@kmuto
Copy link
Owner

kmuto commented Dec 31, 2016

markdownのはmd2inaoのspan redを使おうかな。md2inaoからmarkdownのほうに持っていきます。

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants