Warning: this file was generated by the execution of
make samples
, manual changes possible will be overwritten.
Instead of using the characters and the standard format you can set the string to process using styles as seen below.
Example using ./vhc <<< "vhc:sides;Example using 'sides'."
.
⎡ ⎤
⎢ Example using 'sides'. ⎥
⎣ ⎦
Example using ./vhc <<< "vhc:prettybox;Example using 'prettybox'."
.
┌────────────────────────────┐
│ Example using 'prettybox'. │
└────────────────────────────┘
Example using ./vhc <<< "vhc:pretty;Example using 'pretty'."
.
┌─────────────────────────┐
│ Example using 'pretty'. │
└─────────────────────────┘
Example using ./vhc <<< "vhc:quotes;Example using 'quotes'."
.
"
Example using 'quotes'.
"
Example using ./vhc <<< "vhc:docblock;Example using 'docblock'."
.
/**
* Example using 'docblock'.
**/
Example using ./vhc <<< "vhc:cccomment;Example using 'cccomment'."
.
/**
** Example using 'cccomment'.
**/
Example using ./vhc <<< "vhc:ccomment;Example using 'ccomment'."
.
/*
* Example using 'ccomment'.
*/
Example using ./vhc <<< "vhc:lcomment;Example using 'lcomment'."
.
//
// Example using 'lcomment'.
//
Example using ./vhc <<< "vhc:box;Example using 'box'."
.
+----------------------+
| Example using 'box'. |
+----------------------+
Example using ./vhc <<< "vhc:star;Example using 'star'."
.
*************************
* Example using 'star'. *
*************************
Example using ./vhc <<< "vhc:stars;Example using 'stars'."
.
**************************
* Example using 'stars'. *
**************************
Example using ./vhc <<< "vhc:asterisk;Example using 'asterisk'."
.
*****************************
* Example using 'asterisk'. *
*****************************
Example using ./vhc <<< "vhc:ernjs;Example using 'ernjs'."
.
################################
#### Example using 'ernjs'. ####
################################
Example using ./vhc <<< "vhc:ernando;Example using 'ernando'."
.
##################################
#### Example using 'ernando'. ####
##################################