Hakim El Hattab
|
5e4c5c33a9
|
export the highlight.js instance
|
2020-05-27 15:25:26 +02:00 |
|
Hakim El Hattab
|
e6244a57b5
|
fix polyfills, add ie11 support
|
2020-05-26 09:47:01 +02:00 |
|
Hakim El Hattab
|
84b52984cd
|
update dependencies
|
2020-05-19 18:44:40 +02:00 |
|
Hakim El Hattab
|
fb22716ddf
|
move built plugin files from /dist/plugin/ to /plugin/<name>/
|
2020-05-18 14:41:56 +02:00 |
|
Hakim El Hattab
|
60cd098c8d
|
.esm suffix for module bundle, marked/highlight.js are installed via npm
|
2020-05-04 10:39:37 +02:00 |
|
Hakim El Hattab
|
619b3a087c
|
plugin consistency
|
2020-04-29 11:56:43 +02:00 |
|
Hakim El Hattab
|
b92d16f48d
|
make plugins work with multiple presentations on same page
|
2020-04-23 10:54:48 +02:00 |
|
Hakim El Hattab
|
e58502b3fb
|
tweak plugin initialization to enable multi-instance plugins
|
2020-04-17 14:10:56 +02:00 |
|
Hakim El Hattab
|
a55cd813be
|
convert plugins to ES modules, transpile es5 versions backwards compatibility
|
2020-04-15 10:23:51 +02:00 |
|
Hakim El Hattab
|
9522357349
|
changes to plugin api; registerPlugin only accepts plugin instance, instance exposes .id
|
2020-04-08 13:05:28 +02:00 |
|
Hakim El Hattab
|
855cc82d76
|
Reveal.add/remveEventListener -> Reveal.on/off
|
2020-04-07 09:05:56 +02:00 |
|
Hakim El Hattab
|
bff9bfb101
|
add support for automatically scrolling code highlights into view
|
2020-03-12 17:08:20 +01:00 |
|
Hakim El Hattab
|
003a848790
|
update to highlight.js 9.18.0 #2562
|
2020-01-29 14:51:28 +01:00 |
|
Hakim El Hattab
|
474731d829
|
highlight.js 9.11 -> 9.15
|
2019-08-22 13:21:12 +02:00 |
|
Hakim El Hattab
|
a2e9e525d5
|
avoid exception when highlighting empty code blocks
|
2019-05-27 07:30:08 +02:00 |
|
Hakim El Hattab
|
32197bd77d
|
fix numeric presence condition
|
2019-04-10 10:09:41 +02:00 |
|
Hakim El Hattab
|
e9ba289e80
|
refinements for multi-step code highlights
|
2019-04-05 19:49:17 +02:00 |
|
Hakim El Hattab
|
7eb2cec6b6
|
first version of multi-step code highlights
|
2019-04-05 07:59:35 +02:00 |
|
Hakim El Hattab
|
eb5d79370b
|
fix typos
|
2019-04-01 14:29:26 +02:00 |
|
Hakim El Hattab
|
6410ed15aa
|
support for plugins where the init method doesn't return a Promise
|
2019-03-14 14:52:59 +01:00 |
|
Hakim El Hattab
|
5301a9ea03
|
more forgiving code highlight line number format, add Promise polyfill
|
2019-03-14 13:05:10 +01:00 |
|
Hakim El Hattab
|
553a174cc7
|
highlight.js plugin improvements
|
2019-03-12 13:17:50 +01:00 |
|
Hakim El Hattab
|
da53b3a637
|
validate code line numbers to highlight
|
2019-03-11 16:12:33 +01:00 |
|
Hakim El Hattab
|
8690858b6f
|
more succinct syntax for code block line highlights
|
2019-03-11 15:48:03 +01:00 |
|
Hakim El Hattab
|
cef864a7be
|
highlight plugin updates; support for line numbers and highlighting specific lines
|
2019-03-08 15:07:59 +01:00 |
|
Hakim El Hattab
|
c40e9819a2
|
highlight, math, notes and zoom plugins now register via Reveal.registerPlugin
|
2019-03-04 14:32:38 +01:00 |
|
Hakim El Hattab
|
fab28362ce
|
highlight.js 9.0.0 -> 9.11.0
|
2017-05-22 11:34:24 +02:00 |
|
J.M. Cléry
|
35162c1f5e
|
Better version of data-trim on code snippets
|
2016-11-22 23:42:21 +01:00 |
|
Hakim El Hattab
|
91c6db71ca
|
update to highlight.js 9.0.0
|
2015-12-14 09:49:05 +01:00 |
|
Hakim El Hattab
|
50f9896362
|
update highlight.js 8.6 -> 8.9.1 #1385
|
2015-11-09 16:46:08 +01:00 |
|
Kenneth Fuglsang
|
0563835fc0
|
Updated to Highlightjs 8.6 with all languages supported.
|
2015-06-02 22:18:36 +02:00 |
|
Hakim El Hattab
|
80fc214af1
|
update highlight.js to 8.2
|
2014-09-11 11:37:36 +02:00 |
|
Hakim El Hattab
|
062918b5e2
|
update highlight.js to 8.1
|
2014-07-22 10:29:00 +02:00 |
|
J.D. Fitz.Gerald
|
d939c4790e
|
updated highlight.js to v8.0
|
2014-02-28 16:22:36 +00:00 |
|
Henrik
|
6f5ed2f90e
|
supporting same languages as highlight.js
|
2013-09-05 10:45:50 +02:00 |
|
Eric Weikl
|
88eb0af776
|
Allow override of HTML escaping in code blocks
This way, authors can use HTML for special formatting.
|
2013-05-05 16:19:08 +02:00 |
|
Raymond Camden
|
b649c19af9
|
Moved my code to auto escape html to the right place
|
2013-05-01 14:44:53 -05:00 |
|
Hakim El Hattab
|
f210e7b1b5
|
avoid errors in old ie from code highlighting
|
2013-04-28 14:12:31 -04:00 |
|
Hakim El Hattab
|
a764c21cd1
|
add support for data-trim attribute on code elements (closes #419)
|
2013-04-27 15:50:33 -04:00 |
|
Hakim El Hattab
|
07d0ed8ba6
|
note included languages in highlight.js build #421
|
2013-04-27 15:22:37 -04:00 |
|
Hakim El Hattab
|
889692e26a
|
support code highlighting of a few more common languages #421
|
2013-04-27 13:22:08 -04:00 |
|
Aaron Steele
|
1aa66aa469
|
Add Clojure to highlight.js, add code highlight example to README.
|
2013-01-21 17:53:39 -08:00 |
|
Hakim El Hattab
|
e693717f2a
|
update syntax highlight after editing (#210), move markdown and highlight scripts from lib to plugin
|
2012-10-28 18:09:54 -04:00 |
|