site: download: indent top-level code lines

[ci skip]
This commit is contained in:
Simon Michael 2018-03-11 12:25:49 +00:00
parent 0a623a3e4b
commit ac94e4f27a

View File

@ -9,6 +9,7 @@ Do you want to..
<style> <style>
table { margin-left:1em; } table { margin-left:1em; }
div > p > strong > code { margin-left:1em; } /* top-level code lines */
code { white-space:nowrap; } code { white-space:nowrap; }
tr { vertical-align:top; } tr { vertical-align:top; }
td { padding-bottom:.5em; padding-right:1em; } td { padding-bottom:.5em; padding-right:1em; }
@ -107,7 +108,7 @@ Eg, if you use bash:
#### Test #### Test
Now you should be able to run the hledger tools and see the expected versions. Eg: Now you should be able to run the hledger tools and see the expected versions. Eg:
``` ```shell
$ hledger --version $ hledger --version
hledger 1.5 hledger 1.5
$ hledger-ui --version $ hledger-ui --version