Gherkin Codeblock Highlight
Add this to the head
of your HTML Page, or
add Shiki.
<script src="https://esm.sh/[email protected]" defer async></script>
Edit the codeblock.
Feature: Hello World
Scenario: Hello scenario
Given the system is ready
When I say hello
Then it replies "Hello, Gherkin!"
Copy paste this.