misc: Fixed image balise display.
parent
f4a55ee2e4
commit
1501d6f8fd
|
|
@ -4,7 +4,7 @@ echo "<root>" | cat > txt.xml && cat *.html >> txt.xml && echo "</root>" >> txt.
|
|||
```
|
||||
|
||||
Image balise to add:
|
||||
<br><div class="ImageContainer"><img class="Image" src="./img/"></div>
|
||||
`<br><div class="ImageContainer"><img class="Image" src="./img/"></div>`
|
||||
|
||||
To compress:
|
||||
tar cvf archive.tar.xz --use-compress-program='xz -1T0' boop.csv
|
||||
|
|
|
|||
Loading…
Reference in New Issue