Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/11ty/eleventy-plugin-syntaxhighlight

A pack of Eleventy plugins for syntax highlighting in Markdown, Liquid, and Nunjucks templates.
https://github.com/11ty/eleventy-plugin-syntaxhighlight

Sample CSS to fixes #8

69c0570c301fee8a9508902f508e8d9765af6033 authored about 6 years ago by Zach Leatherman <[email protected]>
Use the officially supported PrismLoader method on both plugins

8e1a789ddcbf1a99278d9401c5c79af18c623ca4 authored about 6 years ago by Zach Leatherman <[email protected]>
Woops, overwrote an intentional change from #5

75dab47ba44f9723d10bb6b46c02d086376e651c authored about 6 years ago by Zach Leatherman <[email protected]>
v2.0 is coming

33235792367674045572851cea4819b38e0794c1 authored about 6 years ago by Zach Leatherman <[email protected]>
Minor refactor to share code

1da4bb20e2d805ace46985df755a1489f5d76fe6 authored about 6 years ago by Zach Leatherman <[email protected]>
Merge pull request #7 from mathiasbynens/change-html

Use semantic HTML elements for highlights, insertions, and deletions

01e9c6a724002275c188794bf65c01d80fdf1580 authored about 6 years ago by Zach Leatherman <[email protected]>
Use semantic HTML elements for highlights, insertions, and deletions

Ref. #6.

091503f79f2d77c08874d1cc7ac0f0506edd23d3 authored about 6 years ago by Mathias Bynens <[email protected]>
Merge pull request #5 from mathiasbynens/patch-1

Support multiple consecutive line breaks in code snippets

0502cf55d8aa302f3eb6d46fcf9fad89ba456e6d authored about 6 years ago by Zach Leatherman <[email protected]>
Implement alternate approach

The benefit of this approach is that the resulting HTML more closely matches the input, since ne...

a8de1613555a00fda9f0a0151d3d07c5430d10cc authored about 6 years ago by Mathias Bynens <[email protected]>
Add link to issue

5d6696895c313a38156dac708be7572297b28b87 authored about 6 years ago by Mathias Bynens <[email protected]>
Support multiple consecutive line breaks in code snippets

Previously, repeated consecutive line breaks got eaten by this syntax highlighter plugin.

Con...

f305fc5d8b9e13d242694fc767ef5db3e37a16fd authored about 6 years ago by Mathias Bynens <[email protected]>
Going for generic highlighting here.

db6b1cc0ff13c91da2feeba55cdd79ef8a7f9e40 authored over 6 years ago by Zach Leatherman <[email protected]>
v1.0.5

263cc8d7794399ab19e4a3fa9eb40798abadfc81 authored over 6 years ago by Zach Leatherman <[email protected]>
Readme updates

180f1ee9de30fa0101c25e9cee3c0de12b55c938 authored over 6 years ago by Zach Leatherman <[email protected]>
Load prismjs with dependencies correctly. Fixes #3

6f30c1d671156108698557d1b0a7ecd5166a872a authored over 6 years ago by Zach Leatherman <[email protected]>
v1.0.4 adds Markdown syntax highlighter (requires Eleventy v0.3.3)

c38c6e3528a73372e18a7091c6c5bc5e3a633ab7 authored over 6 years ago by Zach Leatherman <[email protected]>
v1.0.3

a2e053c2cf3507a5d2aaf01625b47b13b8107c5a authored over 6 years ago by Zach Leatherman <[email protected]>
Support namespacing with Eleventy v0.3.1

bbce96c7d9b3d284236f5d4ded09e4c5f6aed89e authored over 6 years ago by Zach Leatherman <[email protected]>
v1.0.1

871fe51373e988770492d46ec3b08fde1254c133 authored almost 7 years ago by Zach Leatherman <[email protected]>
Adds link to support prism langs in README.

dee57e4daee2ef22bef1ebbdabf6290208351706 authored almost 7 years ago by Zach Leatherman <[email protected]>
Merge pull request #1 from MattCheely/support-optional-languages

Load non-default Prism language components on first use.

b91a14688d6b6bf2552bee96cc37813d2a4fd69b authored almost 7 years ago by Zach Leatherman <[email protected]>
Load non-default Prism language components on first use.

c5df4972bdf39b6c8ca19a9da626dd7f6eb65b30 authored almost 7 years ago by Matthew Cheely <[email protected]>
Uh, better.

b1ba3ad04dbbe34a4528ae7a885fb91397b3f68c authored almost 7 years ago by Zach Leatherman <[email protected]>
Add to your config instructions.

275307d2d79f3906ab08431368b6cfb34614018f authored almost 7 years ago by Zach Leatherman <[email protected]>
Readme additions, link to themes

bc2cd94a74168f9a959ea940b95741b4c2c3d75f authored almost 7 years ago by Zach Leatherman <[email protected]>
Link to eleventy.

e05383b5d85504552565b4909667426959ccfd2b authored almost 7 years ago by Zach Leatherman <[email protected]>
Adds tag and installation docs.

bf191b86ee2071e8b0278763362da0a353bfaf4c authored almost 7 years ago by Zach Leatherman <[email protected]>
Ports code from `eleventy-base-blog`. v1.0.0

a57e6d050ae2f27fa27a492bc83a1be853523ef0 authored almost 7 years ago by Zach Leatherman <[email protected]>
Initial commit.

947e6bd78daa09edba4d3f46c1f7744d47a4ffe7 authored almost 7 years ago by Zach Leatherman <[email protected]>