test.html


Log

Author Commit Date CI Message
Michael Schmidt de79636a 2021-05-01T14:57:39 Website: Moved remaining vendor files into `vendor` folder (#2829)
Michael Schmidt df0738e9 2020-12-22T19:53:18 Test page: Don't trigger ad-blockers with class (#2677) A selector `.share-wrapper` seems to be in one of the common block lists, so I just renamed the wrapper from "share-wrapper" to "link-wrapper". This should prevent ad-blockers from blocking our "Share" link.
Michael Schmidt b5f4f10e 2020-12-22T17:27:14 Test page: Added "Share" option (#2575) This adds a link and a small popup to share the current state of the test page via a compact link.
Michael Schmidt 91fdd0b1 2020-06-28T01:58:55 Website: New assets directory for all web-only files (#2180)
Michael Schmidt 3509f3e5 2019-08-29T16:37:13 Improved test page performance for Chromium (#2020) This improves the performance of the test page for large chunks of text in Chromium-based browsers.
Michael Schmidt 0853e694 2019-06-08T20:09:17 The test page now uses prism-core.js instead of prism.js (#1908) Instead of `prism.js`, the test page will now use `prism-core.js`. This means that Markup, CSS, C like, and JS are not included by default which will cause them to behave like any other language.
Michael Schmidt 439ea1ee 2019-03-11T00:32:45 Added scripts directory (#1781) This adds a new `scripts` directory for all scripts used exclusively by the prismjs.com website.
Michael Schmidt 3100fa31 2019-03-11T00:21:16 More persistent test page (#1529) The test page will now remember the language and code last tested.
Michael Schmidt 729cb28b 2019-03-10T21:18:27 Test page: Show tokens option (#1757) This adds a new option to the test page to show a visual representation of the nested structure of the tokens of highlighted code Prism returns.
Valtteri Laitinen d95f8fb4 2018-04-22T15:55:38 Use rel="icon" instead of rel="shortcut icon" (#1398)
Valtteri Laitinen 95146c8f 2018-04-17T01:28:42 Use HTTPS / canonical URLs (#1390) Also, remove the broken link in `/index.html`.
Golmote fe608582 2015-06-12T21:43:31 Improve test drive page usability. Fix #591
Golmote 6dbe8851 2015-03-21T09:23:58 Add separation between featured languages and the others on Test page
Golmote d380942a 2015-01-19T07:43:40 Fix Download page, Examples page and Test page to handle multiple dependencies for one language
Jannik Zschiesche cf763e09 2014-08-13T16:36:50 Added recursive dependency loader for test page * The page can now load dependencies of the required language recursively * It first loads the dependencies, then the main language * It is implemented using promises The [promises polyfill from jakearchibald](https://github.com/jakearchibald/es6-promise) is used - the polyfill should fallback to browser behaviour, if native promises are supported.
Daniel Flint c3ffc8be 2014-04-23T08:46:48 Consistent indenting.
Daniel Flint 2b8e9f2f 2014-04-23T08:32:47 If loading a new language, don't attempt highlight until it's actually downloaded.
Lea Verou 87d7640e 2013-10-07T09:46:33 Moved themes to themes/ folder
Lea Verou fb11922e 2013-05-19T04:02:17 Fixed the Test Drive page to work with non-default languages
Lea Verou 97d57c65 2013-05-19T00:35:29 Split the components registration object into its own file
Lea Verou 1e13f68c 2012-11-10T22:05:43 Minor fixes on the website
Lea Verou 9863ad72 2012-07-31T18:44:17 Added Google Analytics
Lea Verou 571ca0a5 2012-07-31T18:39:29 Added favicon
Lea Verou 9ed86b86 2012-07-31T18:14:55 Styling and docs changes
Lea Verou 19bb0986 2012-07-29T02:08:09 Added test drive page