Skip to content

Commit 6bc9170

Browse files
committed
remove doc build errors
1 parent 3f5f672 commit 6bc9170

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

docs/source/markup/callout.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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#

docs/source/markup/substitutions.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,9 @@ Substitutions should work in code blocks too.
1818
```{code} sh
1919
wget https://artifacts.elastic.co/downloads/elasticsearch/elasticsearch-{{version}}-linux-x86_64.tar.gz
2020
wget 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
2222
tar -xzf elasticsearch-{{version}}-linux-x86_64.tar.gz
23-
cd elasticsearch-{{version}}/ <2>
23+
cd elasticsearch-{{version}}/
2424
```
2525

2626

0 commit comments

Comments
 (0)