examples/prism-javascript.html

Branch


Log

Author Commit Date CI Message
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 c13d6e7d 2019-04-19T22:07:57 JS: Template strings: Increased bracket count of interpolations (#1845) This increases the number of nested braces which can be matched by JS's template pattern to supported nested objects within interpolation expressions.
Michael Schmidt b41fb8f1 2018-10-22T15:47:13 Fixes regex for JS examples (#1591) This PR fixes a regex example which Prism does not highlight correctly because it is preceded by a comment.
Golmote db2d0ebb 2018-04-22T15:12:28 JavaScript: Add support for one level of nesting inside template strings. Fix #1397
Golmote c3ed5b52 2018-03-11T11:11:05 Website: Auto-generate example header with component title, list of aliases and dependencies. `overrideExampleHeader` can be used to generate only the component title.
Golmote bf551967 2017-02-08T23:25:12 Clean up no longer relevant failures in examples
Golmote 2f9fe1ef 2015-09-03T23:39:16 Added some language aliases.
Golmote a7064dd4 2015-06-20T20:07:37 Moved up JS strings before template strings as they are far more common
Golmote 04f72b14 2015-06-14T18:26:16 ES6: Template strings + interpolation
Golmote 2e156c9a 2014-12-21T19:42:02 Fixed spacing in examples
Golmote d7ab5ac6 2014-12-21T15:35:47 Examples work in progress
Golmote d85f18c5 2014-12-21T15:25:26 Examples work in progress