Skip to content

Instantly share code, notes, and snippets.

@okuden-labo
Last active April 3, 2019 06:20
Show Gist options
  • Save okuden-labo/033810fa0bc689cd197448de25b2383c to your computer and use it in GitHub Desktop.
Save okuden-labo/033810fa0bc689cd197448de25b2383c to your computer and use it in GitHub Desktop.
Grav shortcode coreのdiv要素

[div class="notification"]
Lorem ipsum dolor sit amet, **consectetur** adipiscing elit lorem ipsum dolor. Pellentesque risus mi, tempus quis placerat ut, porta nec nulla. Vestibulum rhoncus ac ex sit amet fringilla.
[/div]

[div class="table is-striped"]
| header 1 | header 2 |
|----------|----------|
| Three      | Four     |
| Five      | Six      |
| Seven      | Eight     |
[/div]

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment