I hereby claim:
- I am clvs7-gh on github.
- I am clvs7 (https://keybase.io/clvs7) on keybase.
- I have a public key ASDkvoqsq5aY4rpRmKe8r0fUendbKvKeUCQx0dGVXXDZrAo
To claim this, I am signing this object:
javascript:(function(){var d=document,s=d.createElement('style'),h=d.getElementsByTagName('head');s.setAttribute('type', 'text\/css');s.innerHTML='@font-face {font-family: "Saitamaar";src: url("https://keage.tokyo/fonts/Saitamaar.woff2") format("woff2");}* {font-family: "Saitamaar" !important;}';h[0].appendChild(s);})(); |
I hereby claim:
To claim this, I am signing this object:
A table shortcode for hugo. Until 0.60.0, Mmark was good option, convenient way in order to add any attributes to table. But from 0.60.0, mmark is marked as deprecated. On the other hand, new standard markdown parser, goldmark does not support that's way. So, I created a table shortcode for hugo. This shortcode supports both of markdown table and attributes.
Example usage:
{{< table id="sample" class="bordered" data-sample=10 >}}
|A|B|
|------|------|
#!/bin/sh | |
# This snippet (not dragonruby itself) is licensed under CC0. | |
DL_LINK_WINDOWS="https://dragonruby.org/api/download_pro_subscription_windows" | |
DL_LINK_MACOS="https://dragonruby.org/api/download_pro_subscription_mac" | |
DL_LINK_LINUX="https://dragonruby.org/api/download_pro_subscription_linux" | |
DL_DIR="/tmp/dragonruby" | |
DL_FILES_DIR="$DL_DIR/files" |