plugins/line-numbers/prism-line-numbers.css

Branch


Log

Author Commit Date CI Message
Michael Schmidt eb82e804 2020-05-07T21:35:08 Line Highlight: Added linkable line numbers (#2328) This makes individual line numbers clickable creating a link to that specific line for that specific code block.
mAAdhaTTah 9ee4f547 2018-06-01T13:52:21 Make line-numbers styles more specific The padding added to `pre.line-numbers` in the line-number's CSS is overwritten by the theme's CSS if the theme is loaded second. This ensures the CSS can come in any order without specificity issues.
Golmote 7f664260 2017-09-09T11:11:35 Line numbers plugin: Don't use inline-block on code, it would break the Coy theme.
Vitaliy Ribachenko ffae34cf 2015-06-11T19:56:17 Removed class name for soft wrap, made to determinate it automatically by white-space css attribute on the pre tag
Vitaliy Ribachenko e05043f3 2015-05-25T15:26:10 Added support of soft wrap lines for line numbers plugin
Jakub Korál 3d486c7a 2013-05-20T12:45:48 Line Numbers plugin Add Line Numbers plugin to components Usage, works when `line-numbers` class is present Optional: `data-start` for shifting the line-number counter