Skip to content

Instantly share code, notes, and snippets.

@miloskroulik
Created May 30, 2024 08:51
Show Gist options
  • Save miloskroulik/891b1810c54c2a9f6db374ac81c5a78b to your computer and use it in GitHub Desktop.
Save miloskroulik/891b1810c54c2a9f6db374ac81c5a78b to your computer and use it in GitHub Desktop.
{% stories mysample with { title: 'MySample' } %}
{% story default with {
name: '1. Default'
} %}
<strong>It works!</strong>
{% endstory %}
{% story big with {
name: '1. Big'
} %}
<strong>It's big and works!</strong>
{% endstory %}
{% endstories %}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment