pages*: remove bold and italic styling (#11777)

* pages*: remove bold and italic styling

* Update pages/common/strings.md

Co-authored-by: Juri Dispan <juri.dispan@posteo.net>

* pages.*: update outdated pages

* Update conky.md

Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>

---------

Co-authored-by: Juri Dispan <juri.dispan@posteo.net>
Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
This commit is contained in:
Sebastiaan Speck
2023-12-19 13:25:22 +01:00
committed by GitHub
parent 10e2c5b145
commit 5d3caee147
14 changed files with 28 additions and 28 deletions

View File

@@ -12,15 +12,15 @@
`clj -X {{namespace/function_name}}`
- Executa a função principal (*main*) do *namespace* especificado:
- Executa a função principal (main) do namespace especificado:
`clj -M -m {{namespace}} {{args}}`
- Prepara um projeto resolvendo dependências, baixando bibliotecas, e criando / cacheando *classpaths*:
- Prepara um projeto resolvendo dependências, baixando bibliotecas, e criando / cacheando classpaths:
`clj -P`
- Inicia um servidor nREPL com o *middleware* CIDER:
- Inicia um servidor nREPL com o middleware CIDER:
`clj -Sdeps '{:deps {nrepl {:mvn/version "0.7.0"} cider/cider-nrepl {:mvn/version "0.25.2"}}}' -m nrepl.cmdline --middleware '["cider.nrepl/cider-middleware"]' --interactive`