Skip to content

Commit b36f9b8

Browse files
authored
Merge pull request #464 from alexaveldanez/dynamic-code-block-fixes
(#440) Fix dynamic code block issue with regex
2 parents 5cc5b9e + 2decfbf commit b36f9b8

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

47 files changed

+666
-651
lines changed

CREDITS.md

Lines changed: 372 additions & 368 deletions
Large diffs are not rendered by default.

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Chocolatey choco-theme 1.2.1
1+
# Chocolatey choco-theme 1.2.2
22

33
**NOTE: This project is used on Chocolatey websites and is being released for the benefit of the community. While we endeavour to help and fix issues, it will be limited to GitHub issues, discussions and pull requests when we are able to.**
44

build/esbuild.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ const init = async () => {
1313
const minify = process.argv.includes('--minify');
1414

1515
const banner = `/*!
16-
* choco-theme v1.2.1 (https://github.com/chocolatey/choco-theme#readme)
16+
* choco-theme v1.2.2 (https://github.com/chocolatey/choco-theme#readme)
1717
* Copyright 2020-2024 Chocolatey Software
1818
* Licensed under MIT (https://github.com/chocolatey/choco-theme/blob/main/LICENSE)
1919
*/`;

dist/css/boxstarter.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
@charset "UTF-8";
22
/*!
3-
* choco-theme boxstarter v1.2.1 (https://github.com/chocolatey/choco-theme#readme)
3+
* choco-theme boxstarter v1.2.2 (https://github.com/chocolatey/choco-theme#readme)
44
* Copyright 2020-2024 Chocolatey Software
55
* Licensed under MIT (https://github.com/chocolatey/choco-theme/blob/main/LICENSE)
66
*/

dist/css/boxstarter.min.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/css/chocolatey.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
@charset "UTF-8";
22
/*!
3-
* choco-theme chocolatey v1.2.1 (https://github.com/chocolatey/choco-theme#readme)
3+
* choco-theme chocolatey v1.2.2 (https://github.com/chocolatey/choco-theme#readme)
44
* Copyright 2020-2024 Chocolatey Software
55
* Licensed under MIT (https://github.com/chocolatey/choco-theme/blob/main/LICENSE)
66
*/

dist/css/chocolatey.min.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/css/zendesk.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
@charset "UTF-8";
22
/*!
3-
* choco-theme zendesk v1.2.1 (https://github.com/chocolatey/choco-theme#readme)
3+
* choco-theme zendesk v1.2.2 (https://github.com/chocolatey/choco-theme#readme)
44
* Copyright 2020-2024 Chocolatey Software
55
* Licensed under MIT (https://github.com/chocolatey/choco-theme/blob/main/LICENSE)
66
*/

dist/css/zendesk.min.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/js/blog.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*!
2-
* choco-theme v1.2.1 (https://github.com/chocolatey/choco-theme#readme)
2+
* choco-theme v1.2.2 (https://github.com/chocolatey/choco-theme#readme)
33
* Copyright 2020-2024 Chocolatey Software
44
* Licensed under MIT (https://github.com/chocolatey/choco-theme/blob/main/LICENSE)
55
*/

0 commit comments

Comments
 (0)