Created
May 30, 2024 08:51
-
-
Save miloskroulik/891b1810c54c2a9f6db374ac81c5a78b to your computer and use it in GitHub Desktop.
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
{% 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