Nilton Volpato schrieb: > Hi, > > Currently, using the `linenospecial` argument to the html formatter, > one can add the class "special" to every n-th line. I would like to > generalize this argument to accept a list of integers (but still keep > the old behavior). In this case, it would add the class "special" to > every line in the given list. > > The motivation for this is that I'm writing a tutorial using RST, and > would like to highlight the lines from one snippet that are different > from the previous one. > > I can implement this feature. But before start writing code, I would > like to know what do you think, or if there may be a better approach?
I think it's a good idea in principle, but the "linenospecial" option only highlights the line numbers themselves. For the thing you like to do, it would be better to have a new option that highlights the entire line. Cheers, Georg --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "pocoo-libs" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/pocoo-libs?hl=en -~----------~----~----~----~------~----~------~--~---
