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

highlightをRougeに変更? #485

Closed
kdmsnr opened this issue Feb 3, 2016 · 6 comments
Closed

highlightをRougeに変更? #485

kdmsnr opened this issue Feb 3, 2016 · 6 comments
Milestone

Comments

@kdmsnr
Copy link
Collaborator

kdmsnr commented Feb 3, 2016

https://github.com/jneen/rouge

@kmuto
Copy link
Owner

kmuto commented Apr 3, 2016

compatible with pygments ではあるけれども、既存制作物にかかわる互換性が心配なところ。pygments.gemに信頼性や継続性の疑義があるなら変える価値はありそうですが。
選択可能にさせるのも難しい?

@kdmsnr
Copy link
Collaborator Author

kdmsnr commented Apr 3, 2016

選択式でもいいと思います。
pygmentsは最終的にpythonが必要なので、rougeのほうがいいかなと。

@kdmsnr
Copy link
Collaborator Author

kdmsnr commented Apr 29, 2016

HTMLが違ってくるのでテストの修正が大変。あとまわし。

@takahashim takahashim added this to the 2.1.0 milestone Apr 29, 2016
@takahashim takahashim modified the milestones: 2.2.0, 2.1.0 Oct 29, 2016
@takahashim takahashim mentioned this issue Nov 23, 2016
2 tasks
@takahashim
Copy link
Collaborator

#684 で対応しました。

  • config.ymlでrougeを指定して使います
highlight:
  html: "rouge"
  • 構文要素についてはclass属性で指定しているので、CSSを変更しないと反映されないのに注意。doc/sample.cssは対応済み(のはず)です
  • //listnum//emlistnumはpygmentsと異なり<table>を使っています(pygments自体はinlineにもtableにもできるんだけど、Re:VIEWではinlineにしている。Rougeはinlineはそもそも対応してない模様)。

@kmuto
Copy link
Owner

kmuto commented Jul 8, 2017

これはclose?

@kmuto
Copy link
Owner

kmuto commented Oct 27, 2017

gemspecでもrouge優先になっているので、closeします。
(暗黙有効にするのはいろいろ副作用が大きいので、明示指定には変わりなし)

@kmuto kmuto closed this as completed Oct 27, 2017
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