Skip to content

Commit f926c63

Browse files
committed
prepare for release
Signed-off-by: Andy Miller <rhuk@mac.com>
1 parent e18fc49 commit f926c63

File tree

2 files changed

+12
-3
lines changed

2 files changed

+12
-3
lines changed

CHANGELOG.md

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,22 @@
1+
# v1.0.2
2+
## 12/16/2025
3+
4+
1. [](#new)
5+
* Added new `grav` grammar for frontmatter + shortcode + twig support in markdown
6+
1. [](#improved)
7+
* Override `md` and `markdown` to use new `grav` grammar
8+
* Improve traditional markdown (triple backticks) support in Codesh
9+
110
# v1.0.1
2-
## 12/14/2024
11+
## 12/14/2025
312

413
1. [](#improved)
514
* Fixed blueprints
615
* Fixed copy button on code groups
716
* Fixed empty badge when `show-lang` is disabled
817

918
# v1.0.0
10-
## 12/14/2024
19+
## 12/14/2025
1120

1221
1. [](#new)
1322
* Initial release of CodeSh plugin

blueprints.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: Code Syntax Highlighter
22
slug: codesh
33
type: plugin
4-
version: 1.0.1
4+
version: 1.0.2
55
description: Server-side syntax highlighting using Phiki with line numbers, line highlighting, and focus support
66
icon: code
77
author:

0 commit comments

Comments
 (0)