-
Notifications
You must be signed in to change notification settings - Fork 3
Samples
Shakiba edited this page Apr 8, 2018
·
15 revisions
button "one"
button "two"
button "three"
button "four"
- result:
button "(one"
button "two"
button "three"
button "four)"
- result:
button "(one)"
button "(two)"
button "(three)"
button "(four)"
- result:
button "<one"
button "two"
button "three"
button "four>"
- result:
button "<one>"
button "<two>"
button "<three>"
button "<four>"
- result:
-
TC=#000
| set the text-fill to black -
BSW=3
| set the button-stroke-width to 3 -
button "(one" none
| here none means no fill and will be applied to others button "two"
button "three"
button "four)"
- result:
button "(one"
button "two"
button "three"
button "four)"
- result:
button "(one)"
button "(two)"
button "(three)"
button "(four)"
- result:
button "<one"
button "two"
button "three"
button "four>"
- result:
button "<one>"
button "<two>"
button "<three>"
button "<four>"
- result:
badge-for-git copyright © Shakiba 2017 -- MIT license