Merged
Conversation
alexquincy
commented
Apr 2, 2026
- Fix callout build error caused by escaped shortcode syntax in body
- Add live rendered examples for all Hextra shortcodes
Signed-off-by: leecalcote <leecalcote@users.noreply.github.com> Signed-off-by: Lee Calcote <lee.calcote@layer5.io>
Hugo resolves escaped shortcode delimiters (e.g. {{</* */>}}) to
literal {{< >}} inside .InnerDeindent, which then causes markdownify
to fail with "shortcode has no name". Reword the callout text to avoid
embedded shortcode delimiter literals.
Signed-off-by: Lee Calcote <lee.calcote@layer5.io>
Signed-off-by: Bhumika Garg <bhumikatech2024@gmail.com> Signed-off-by: Lee Calcote <lee.calcote@layer5.io>
Bumps and [picomatch](https://github.com/micromatch/picomatch). These dependencies needed to be updated together. Updates `picomatch` from 2.3.1 to 2.3.2 - [Release notes](https://github.com/micromatch/picomatch/releases) - [Changelog](https://github.com/micromatch/picomatch/blob/master/CHANGELOG.md) - [Commits](micromatch/picomatch@2.3.1...2.3.2) Updates `picomatch` from 4.0.2 to 4.0.4 - [Release notes](https://github.com/micromatch/picomatch/releases) - [Changelog](https://github.com/micromatch/picomatch/blob/master/CHANGELOG.md) - [Commits](micromatch/picomatch@2.3.1...2.3.2) --- updated-dependencies: - dependency-name: picomatch dependency-version: 2.3.2 dependency-type: indirect - dependency-name: picomatch dependency-version: 4.0.4 dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: Lee Calcote <lee.calcote@layer5.io>
Signed-off-by: Raunak Madan <143412156+CodexRaunak@users.noreply.github.com> Signed-off-by: Lee Calcote <lee.calcote@layer5.io>
Signed-off-by: YASHMAHAKAL <yvsst01@gmail.com> Signed-off-by: Lee Calcote <lee.calcote@layer5.io>
Previously PDF, include, term, jupyter, and asciinema shortcodes only had syntax documentation with no rendered output. This commit adds the supporting assets and data files needed to produce live examples: - sample.pdf: minimal PDF for the hextra/pdf embed demo - example-notebook.ipynb: Jupyter notebook with markdown, code, and output cells for the hextra/jupyter demo - demo.cast: asciinema terminal recording for the hextra/asciinema demo - data/en/termbase.yaml: glossary definitions (API, CLI, SSG, CDN, YAML, CI/CD) for the hextra/term tooltip demo - content/include-snippet: standalone page included inline via hextra/include Every Hextra shortcode now has a live rendered example on the content formatting examples page. Signed-off-by: Lee Calcote <lee.calcote@layer5.io>
c9c6728 to
b87fd05
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.