diff options
author | tdro <tdro@noreply.example.com> | 2022-05-03 04:25:49 -0400 |
---|---|---|
committer | tdro <tdro@noreply.example.com> | 2022-05-03 04:25:49 -0400 |
commit | e92dc018e28ba8d44f1c6cbc9fb0b779dec271e6 (patch) | |
tree | 3667043819ab91065019dfe3b4ff83ad625c2b49 /content/canory/messages/code.md | |
download | canory-e92dc018e28ba8d44f1c6cbc9fb0b779dec271e6.tar.gz canory-e92dc018e28ba8d44f1c6cbc9fb0b779dec271e6.tar.bz2 canory-e92dc018e28ba8d44f1c6cbc9fb0b779dec271e6.zip |
config.yaml: Commission
Diffstat (limited to 'content/canory/messages/code.md')
-rw-r--r-- | content/canory/messages/code.md | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/content/canory/messages/code.md b/content/canory/messages/code.md new file mode 100644 index 0000000..d2bf106 --- /dev/null +++ b/content/canory/messages/code.md @@ -0,0 +1,22 @@ ++++ +date = "2022-03-22T04:45:51+00:00" +lastmod = "2022-03-29T22:55:17+00:00" +tags = [ "docs", "code" ] +author = "canory" ++++ + +Demonstrate your brilliance by embedding code with impeccable taste and +beautiful style. + +```lisp {options="hl_lines=1,linenos=1",caption="Not too sure what any of this means."} +;;; Numbers + +9999999999999999999999 ; integers +#b111 ; binary => 7 +#o111 ; octal => 73 +#x111 ; hexadecimal => 273 +3.14159s0 ; single +3.14159d0 ; double +1/2 ; ratios +#C(1 2) ; complex numbers +``` |