File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed
Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -13,6 +13,7 @@ project:
1313 content : CC-BY-4.0 <1>
1414 subject : MyST Markdown
1515` ` `
16+ 1. The license
1617
1718
1819### C#
Original file line number Diff line number Diff line change @@ -18,9 +18,9 @@ Substitutions should work in code blocks too.
1818``` {code} sh
1919wget https://artifacts.elastic.co/downloads/elasticsearch/elasticsearch-{{version}}-linux-x86_64.tar.gz
2020wget https://artifacts.elastic.co/downloads/elasticsearch/elasticsearch-{{version}}-linux-x86_64.tar.gz.sha512
21- shasum -a 512 -c elasticsearch-{{version}}-linux-x86_64.tar.gz.sha512 <1>
21+ shasum -a 512 -c elasticsearch-{{version}}-linux-x86_64.tar.gz.sha512
2222tar -xzf elasticsearch-{{version}}-linux-x86_64.tar.gz
23- cd elasticsearch-{{version}}/ <2>
23+ cd elasticsearch-{{version}}/
2424```
2525
2626
You can’t perform that action at this time.
0 commit comments