index.html


Log

Author Commit Date CI Message
Srinivas 0ecdbdce 2021-11-11T02:12:02 Website: Added PrismJS React and HTML tutorial link (#3190)
Michael Schmidt ebd59e32 2021-11-03T12:13:23 Website: Use Keep markup to highlight code section (#3164)
Aaron Mendez 31b4c1b8 2021-10-19T19:01:43 Website: Fixed dead link to third-party tutorial #3155 (#3156)
Shibin Das 80471181 2021-05-16T00:34:26 Website: Replace `my.cdn` in code sample with Handlebars-like placeholder (#2906)
James DiGioia 38f1d289 2021-05-15T06:01:38 Set dummy domain for CDN (#2905) The goal here is to provide a placeholder for the CDN, not link to an actual CDN, so let's replace it with a dummy domain that doesn't work.
Michael Schmidt de79636a 2021-05-01T14:57:39 Website: Moved remaining vendor files into `vendor` folder (#2829)
Michael Schmidt 9b784ebf 2021-03-21T17:07:17 Website: Added MySQL to "Used by" section (#2785)
Michael Schmidt 970674cf 2021-03-05T23:23:17 Added support for plaintext (#2738)
Michael Schmidt a1209930 2021-03-05T23:16:57 Website: Improved basic usage section (#2777)
akamittal 1506f345 2021-01-02T18:29:08 Website: Added React native tutorial (#2683)
Michael Schmidt 8e660495 2020-11-28T23:07:22 Website: Added and updated documentation (#2654) I updated a few of the entries in the "Full list of features" section (consistent formatting, a bit of grammar, nothing big). For some reason, we had both - "Highlights embedded languages (e.g. CSS inside HTML, JavaScript inside HTML)" and - "Highlights nested languages (CSS in HTML, JavaScript in HTML)" in there. They are sort of the same, so I removed one. I also added a note regarding escaping and gave the manual highlighting section its own heading.
Jake Pfohl 655f985c 2020-10-10T10:46:30 Website: Added new SB101 tutorial replacing the Crambler one (#2576)
Tanner Dolby 8ae6a4ba 2020-10-01T12:30:04 Website: Fix typo on homepage by adding missing word add (#2570)
Michael Schmidt 91fdd0b1 2020-06-28T01:58:55 Website: New assets directory for all web-only files (#2180)
Michael Schmidt ce0fa227 2020-05-07T13:40:37 Website improvements (#2053)
Michael Schmidt e9dab85e 2020-02-18T22:17:05 Website: Added Coy bug to the known failures page. (#2170)
Taylor Buckner 0bf73dc7 2020-01-22T07:08:01 Added link to prism-liquibase Bash language extension. (#2191) In an effort to make some of our documentation easier to parse, Liquibase has published an extension to the Bash language to offer tokenization of Liquibase CLI commands.
Michael Schmidt 191b4116 2020-01-06T13:28:17 Added silent option to `loadLanguages` (#2147) This adds an option to `loadLanguages` which prevents all warning messages.
Golmote 5d07aa7c 2019-10-05T13:53:01 Added @mAAdhaTTah and @RunDevelopment to credits and footer
Michael Schmidt cdfa60ac 2019-09-30T19:43:33 Added plugin descriptions to plugin list (#2076) This adds plugin descriptions to the plugin lists on the website.
Christian Oliff 8bcc1b85 2019-09-06T00:31:20 Website: Use HTTPS link to alistapart.com (#2044) This changes the link to alistapart.com to use HTTPS.
Tim Düsterhus d49f0f26 2019-09-03T16:40:02 Doubly check the `manual` flag (#1957) This fixes the behavior of manual highlighting where it would highlight everything even with `manual: true`. This also adds doc as to how manual highlighting works.
Michael Schmidt 5c68a556 2019-09-03T12:34:16 Use modern JavaScript in the NodeJS usage section (#1942) This updates the code examples in the NodeJS usage section to use modern JavaScript (ES6) features.
Michael Schmidt 452d5c7d 2019-07-21T20:06:02 Autoloader: Improved component path guessing (#1928) This changes the behavior of how the Autoloader handles `data-autoloader-path` attributes and guesses the components path. The CDN example on the front page was also updated.
realfresh f1e16c7b 2019-07-21T00:00:18 Added tutorial for using Prism.js with React (#1979)
Michael Schmidt 36a5fa0e 2019-06-30T04:19:54 Known failure page (#1876) This PR adds a known failures page. This resolves #1750. The known failures are moved from the example pages. (I also updated all example pages with invalid HTML.) Some known failures were actually fixed in the meantime but never updated, so I removed a few. Those were: - Handlebars - Markdown's nested bold-italic - Smarty - Textile's "Nested styles are only partially supported" ### Screenshot <details> ![image](https://user-images.githubusercontent.com/20878432/56849438-7eca3200-68f4-11e9-9dc3-bf0256be8d1e.png) </details>
Michael Schmidt 922ec555 2019-06-30T03:54:26 Website: Added basic usage for CDNs (#1924) Per [suggestion](https://github.com/PrismJS/prism/issues/1922#issuecomment-497681398) by @foxycode, I added an example for the usage of Prism with CDNs.
Karl Kaufmann d2089d83 2019-04-08T04:23:37 New tutorial for Drupal (#1859) This adds a new tutorial.
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 ea769e0b 2019-03-10T18:58:45 Some encouragement for visitors of PrismJS.com to request new languages (#1760) This adds a direct link to our Github issue page, encouraging visitors to make a new issue to request a new language.
Michael Schmidt e2d3bc7e 2019-01-22T00:39:55 Remove dead tutorial (#1702) This PR removes the [dead allblogtools.com tutorial][1]. [1]: http://www.allblogtools.com/tricks-and-hacks/beautify-source-codes-in-your-posts-with-prism-syntax-highlighter-for-blogger/
Marcus Kazmierczak ff9ccbe5 2019-01-12T12:56:49 Added new third-party tutorial for using Prism in Gutenberg (#1701) This adds a new third-party tutorial to the start page.
Michael Schmidt 654b527b 2018-12-01T18:56:35 Display language aliases (#1626) Change the index and download page of the Prism website. The index page will now display the aliases (for `language-xxxx`) of languages and the download page will display all alias title of a language next to it.
Shivang Saxena 7418dfdd 2018-07-06T16:48:04 Updated index.html to fix broken instructions (#1462) * Updated index.html to fix broken instructions Requiring components without the "index.js" part and calling "loadLanguages" results in a function not found error for me. Adding index.js, as commented by @golmote, fixes that error. Ref: https://github.com/PrismJS/prism/issues/972 * Updated index.html to fix nodejs instructions Fixed the require so that nodejs does not give an error when requiring the loadLanguages function.
Tero Auralinna 854cc5b3 2018-06-02T11:35:44 Moved tutorial link to the end of the list
Tero Auralinna d6e064d1 2018-06-02T11:26:12 Merge remote-tracking branch 'upstream/gh-pages' into gh-pages
mAAdhaTTah 1e99e961 2018-05-26T18:05:56 Update documentation for node & webpack usage Fix #1403 and #1409.
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 8c0911ac 2018-03-26T21:25:52 Website: Remove non-existent anchor to failures. Reword on homepage to make is less misleading.
Golmote 4a14d208 2018-03-23T21:32:26 Docs: Mention `loadLanguages()` function on homepage in the nodeJS section. Close #972, close #593
Golmote 0efd6e16 2018-03-21T08:44:56 Website: Remove broken third-party tutorials from homepage
Golmote b9809b34 2018-03-07T21:31:53 Update "Used by" section (#1330) * Website: Remove Brendan Eich's blog from "Used by" section * Website: Remove USWDS-related code and image * Website: Add React in "Used by" section * Website: Add Stripe in "Used by" section
Golmote a9e76db6 2018-03-04T15:59:05 Docs: Mention support for `lang-xxxx` class. Close #1312
Golmote a84263fa 2018-03-04T15:50:15 Docs: Fix link to the <code> element specification in HTML5
Golmote 5ebc4a0b 2018-02-05T08:44:55 Removed logo US WDS from "Used by section" on homepage. Fix #1281
Tero Auralinna c436a7c7 2017-12-28T19:02:23 Added Angular tutorial link
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
Golmote bd7149db 2017-09-09T10:29:00 Merge remote-tracking branch 'official/master' into gh-pages # Conflicts: # components/prism-apl.js
snakeman21 c34e57b6 2017-07-20T04:05:07 Add Third Party Tutorial (#1156)
Golmote dffadc69 2017-02-07T23:28:33 Remove dead link in Third-party tutorials section. Fixes #1028
Andreas Rohner f7bdfd26 2016-07-03T12:31:13 Fix minor issues in index.html
Christian Oliff 8843a03a 2016-04-28T18:07:32 HTTPS links to twitter.com and w3.org + Google Analytics to HTTPS HTTPS links to twitter.com and w3.org (they are HTTPS anyway so it saves redirect) Updated Google Analytics URL to be HTTPS (recommended by Google)
André cd1a5468 2016-04-23T08:58:57 Adds closing parenthesis
Clarence Leung be9a7858 2016-04-09T20:10:55 Add Node usage documentation to Basic Usage
Andreas Rohner b88c68a0 2016-03-31T13:07:09 Add Drupal to the list of websites that use Prism
Daniel Goerz 415092b1 2016-03-21T16:36:57 Clean up Third-party tutorials section Resolves #809 Add a new third party tutorial. Remove dead links and correct outdated URLs.
Lea Verou eb2a8d86 2016-02-13T15:29:46 Changed weight in the header, as we’re now 2KB minified & gzipped. Also way overdue :)
Golmote 79ebbf88 2015-10-14T07:53:41 Use screenshot instead of text logo for U.S. Web Design Standards on homepage. (#785)
Golmote e10d48be 2015-10-13T22:16:18 Add U.S. Web Design Standards on homepage. Fix #785
Golmote 0c543087 2015-09-25T08:39:49 Replace Typeplate with SitePoint on homepage. Fix #774
Golmote 889cda54 2015-09-07T09:03:13 Add language counter on homepage
david peach 54cfe4fb 2015-07-27T18:34:31 Change the link to my article to correct URL. My .htaccess in the old site has stopped working and so have manually edited the link here.
Golmote 85ec87e4 2015-03-26T09:11:43 List of supported languages on homepage
Lea Verou 4eadcc1c 2015-01-19T18:45:35 Update index.html
Lea Verou 21bb457c 2015-01-19T18:44:42 Added thanks to @Golmote
Valérian Galliat aa09053a 2014-10-12T12:49:27 Add a "Third-party language definitions" section
Lea Verou 12e2659e 2014-08-28T12:35:47 Added @apfelbox to credits
Jannik Zschiesche b6f21e0e 2014-07-31T14:29:51 Fix link to Kevin Lorenz' Website + removed whitespace
TheCrambler a530a1b7 2014-07-03T13:32:44 Added Prism.js Tutorail Link Added an extra link to a tutorial I wrote on how to implement Prism.js into a WordPress site.
Chris Coyier b181a012 2014-03-17T17:51:14 Adding CSS-Tricks logo by Lea's generous request at https://twitter.com/LeaVerou/status/441696454303027201
David Walsh 37cb2daf 2014-02-21T20:27:15 Updating MDN logo on homepage
Jelmer Borst 38476cfb 2014-02-07T23:12:59 Included another tutorial on Prism Includes the ability to show language name
Lea Verou 87d7640e 2013-10-07T09:46:33 Moved themes to themes/ folder
Lea Verou 75fc771b 2013-06-13T09:42:10 Added MDN
Albert e25a583c 2013-06-10T23:17:25 Adding third party tutorial in spanish. Spanish translation of how to use prism.js in Web, Wordpress and Blogger.
Garrett Murphey e16ab25a 2013-05-22T20:53:07 Adding third party Jekyll tutorial.
Lea Verou 2154b0b1 2013-05-19T00:36:46 Added WPD to list of sites using Prism
Lea Verou 97d57c65 2013-05-19T00:35:29 Split the components registration object into its own file
Lea Verou 3bfbefe0 2013-05-18T22:35:21 Edited typeplate logo
Gray Ghost Visuals 99a95d25 2013-05-18T14:06:21 Adds Typeplate Logo to Used By Section
Lea Verou 85571572 2013-05-18T20:37:41 Added tutorials section to homepage
Lea Verou f661a677 2013-05-18T17:47:04 Added Used By section to Prism homepage
Lea Verou fa618e5b 2013-04-05T13:47:52 Merge pull request #60 from davidl/patch-1 Add link to API at end of "Basic usage" section
Łukasz Kliś 6609dadd 2013-01-01T16:07:14 Fixed links to HTML5 spec
David Lantner 4873f623 2012-11-29T09:54:14 Add link to API for "data-manual" A link to the API section is helpful for those who need to use the "data-manual" or other features that are not included in "Basic usage" since the API section is located on the "Extending Prism" page.
Lea Verou 1b40db97 2012-11-10T00:23:33 Made Java & JavaScript inherit from a generic C-style language definition; Added methods for language definition inheritance; Added simple dependency management in downloader
Lea Verou 66512341 2012-07-31T22:21:00 Feature list update
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 ed944399 2012-07-31T16:08:45 Docs update
Lea Verou c8795ed1 2012-07-31T12:25:32 Improved regex matching, docs updates
Lea Verou 96da9fbc 2012-07-31T10:59:56 Styling changes & docs update
Lea Verou ce9bfaa7 2012-07-30T15:04:19 Cosmetic changes
Lea Verou 264508d7 2012-07-29T01:25:43 Style changes
Lea Verou b2505655 2012-07-29T00:35:02 Docs update, minor styling changes
Lea Verou 357124f0 2012-07-28T20:48:17 Docs update, added FAQ, new examples
Lea Verou 9ea52e2a 2012-07-26T18:41:49 Removed IE8 support
Lea Verou cfaf681d 2012-07-26T18:17:55 Removed the need for .prism