fixed code blocks

This commit is contained in:
2023-03-13 02:08:46 +01:00
parent 5d7280eb11
commit 030329e6a1

View File

@@ -1,11 +1,11 @@
# Docki # Docki
Docki is cli for converting asciidoctor files into html files. You can build your documentation with ¸docki build¸ and write documenation with the live server with ¸docki serve¸. Docki is cli for converting asciidoctor files into html files. You can build your documentation with `docki build` and write documenation with the live server with `docki serve`.
## Installation ## Installation
¸¸¸shell ```shell
cargo install docki cargo install docki
¸¸¸ ```