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 `#!/usr/bin/env bash
./vhc <<< "vhc:sides;Example using 'sides'."`.
⎡ ⎤
⎢ Example using 'sides'. ⎥
⎣ ⎦
Example using `#!/usr/bin/env bash
./vhc <<< "vhc:prettybox;Example using 'prettybox'."`.
┌────────────────────────────┐
│ Example using 'prettybox'. │
└────────────────────────────┘
Example using `#!/usr/bin/env bash
./vhc <<< "vhc:pretty;Example using 'pretty'."`.
┌─────────────────────────┐
│ Example using 'pretty'. │
└─────────────────────────┘
Example using `#!/usr/bin/env bash
./vhc <<< "vhc:quotes;Example using 'quotes'."`.
"
Example using 'quotes'.
"
Example using `#!/usr/bin/env bash
./vhc <<< "vhc:docblock;Example using 'docblock'."`.
/**
* Example using 'docblock'.
**/
Example using `#!/usr/bin/env bash
./vhc <<< "vhc:cccomment;Example using 'cccomment'."`.
/**
** Example using 'cccomment'.
**/
Example using `#!/usr/bin/env bash
./vhc <<< "vhc:ccomment;Example using 'ccomment'."`.
/*
* Example using 'ccomment'.
*/
Example using `#!/usr/bin/env bash
./vhc <<< "vhc:lcomment;Example using 'lcomment'."`.
//
// Example using 'lcomment'.
//
Example using `#!/usr/bin/env bash
./vhc <<< "vhc:box;Example using 'box'."`.
+----------------------+
| Example using 'box'. |
+----------------------+
Example using `#!/usr/bin/env bash
./vhc <<< "vhc:star;Example using 'star'."`.
*************************
* Example using 'star'. *
*************************
Example using `#!/usr/bin/env bash
./vhc <<< "vhc:stars;Example using 'stars'."`.
**************************
* Example using 'stars'. *
**************************
Example using `#!/usr/bin/env bash
./vhc <<< "vhc:asterisk;Example using 'asterisk'."`.
*****************************
* Example using 'asterisk'. *
*****************************
Example using `#!/usr/bin/env bash
./vhc <<< "vhc:ernjs;Example using 'ernjs'."`.
################################
#### Example using 'ernjs'. ####
################################
Example using `#!/usr/bin/env bash
./vhc <<< "vhc:ernando;Example using 'ernando'."`.
##################################
#### Example using 'ernando'. ####
##################################