plugins/line-highlight/prism-line-highlight.min.js


Log

Author Commit Date CI Message
lijyze 9a4e725b 2022-06-16T16:20:26 Line Highlight: Ignore ranges outside of actual lines (#3475)
Michael Schmidt 11c54624 2022-03-22T22:32:52 Use terser (#3407)
Manuel Tercero Soria 9f4c0e74 2021-09-23T13:43:00 Highlight Lines: Expose `highlightLines` function as `Prism.plugins.highlightLines` (#3086)
Ben Kucera e289ec60 2021-08-03T11:49:00 Line Highlight: Extend highlight to full line width inside scroll container (#3011)
Michael Schmidt 18a00828 2021-06-13T19:53:03 ESLint: Added regexp plugin (#2924)
Michael Schmidt 96335642 2021-03-21T17:22:54 Plugins: Consistent Prism check (#2788)
Michael Schmidt ccc73ab7 2021-02-07T14:52:25 Line Highlight: Fixed linkable line numbers not being initialized (#2732)
Michael Schmidt b40f8f4b 2020-12-23T14:54:50 Line highlight: Fixed top offset in combination with Line numbers (#2237)
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.
Matt Chaffe 632ce00c 2019-05-07T23:21:49 Line highlight: Batching DOM read/writes to avoid reflows (#1865) This batches DOM read and write operation to avoid reflows resulting for better performance.
Michael Schmidt 3e00bb9c 2019-03-07T15:22:30 Rebuilt Prism (#1794) This is a rebuilt of Prism to update minified files.
Golmote 3842a914 2017-12-05T21:19:20 Line Highlight: Don't wait for the Line numbers plugin to load if the element does not have the line-numbers class
Golmote d8999891 2017-12-05T21:18:21 Run gulp
Golmote 25788eb5 2017-09-09T12:05:55 Merge branch 'RemoveIE8' of https://github.com/zeitgeist87/prism into zeitgeist87-RemoveIE8 # Conflicts: # components/prism-core.js # components/prism-core.min.js # plugins/line-highlight/prism-line-highlight.js # plugins/line-highlight/prism-line-highlight.min.js # prism.js
Andreas Rohner 224fdb8a 2017-02-13T18:47:14 Avoid conflict between line-highlight and other plugins The line-highlight plugin should not overwrite env.code, because other plugins (e.g. normalize-whitespace) might have modified it.
Andreas Rohner 79b723dc 2017-02-13T17:37:43 Cleanup left-over line-highlight tags before other plugins run The tags used by the line-highlight plugin are appended to the <code> tag. This causes problems with the autoloader plugin, because the tags contain whitespace and therefore change the content of the <code> tag. This patch fixes the issue #1101, by removing any line-highlight tags with the `before-sanity-check` hook.
Golmote e5587a76 2016-07-10T14:14:50 Added aria-hidden attributes on elements created by the Line Highlight and Line Numbers plugins. Fixes #574.
Andreas Rohner 3780571b 2016-07-03T11:59:59 Remove IE8 plugin
Golmote 9652d752 2015-10-13T21:39:58 Add some missing checks to prevent errors in IE8. Fix #9
Golmote 0356c58c 2015-09-03T19:09:48 Apply changes from #754 to all plugins so that none of them throw errors in node. Autolinker, Show invisibles and WPD can now be used with node. Removed unused minified CSS file. Also added missing space between attributes during wrapping.
Golmote 8ed7ce3a 2015-08-18T19:57:17 Test for rounded line-height to fix positions in Line Highlight plugin
Golmote 28e329cf 2015-08-15T13:15:08 Run gulp task
Golmote fd549959 2015-08-13T08:33:48 Fix complete hook behaviour + run gulp task
Logan Franken e22af8b4 2015-06-20T18:44:16 Removed '\r' from line highlight new line spacing logic
Ben Briggs 7cfd29a9 2014-05-26T11:20:55 Rebuild minified files.
ryanzec 783edcc0 2013-09-18T10:48:15 Update prism-line-highlight.min.js Updates to make this work with the line-numbers plugin
Lea Verou 10477deb 2012-07-30T18:08:18 Updated line highlight plugin
Lea Verou bd4e8d15 2012-07-23T18:54:30 ALL THE THINGS! Most notably: Simple templating, API changes, show invisibles plugin, download (build) page