mirror of
https://github.com/tealdeer-rs/tealdeer.git
synced 2026-08-23 00:24:17 +02:00
Update outdated expected output for the markdown test (#128)
Fixes #126.
This commit is contained in:
parent
0b277c7515
commit
64e2c7b799
1 changed files with 2 additions and 2 deletions
|
|
@ -20,9 +20,9 @@
|
|||
|
||||
`tar xf {{source.tar[.gz|.bz2|.xz]}}`
|
||||
|
||||
- Extract an archive into a target directory:
|
||||
- Extract a (compressed) archive into the target directory:
|
||||
|
||||
`tar xf {{source.tar}} -C {{directory}}`
|
||||
`tar xf {{source.tar[.gz|.bz2|.xz]}} -C {{directory}}`
|
||||
|
||||
- Create a compressed archive, using archive suffix to determine the compression program:
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue