File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed
Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 4343 - file : titles.md
4444 - folder : testing
4545 children :
46+ - file : index.md
47+ - file : req.md
4648 - folder : nested
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