From eaeb44533a86755b7d8da37757094379a9056bf1 Mon Sep 17 00:00:00 2001 From: Christoph Burschka Date: Mon, 17 Nov 2014 02:51:28 +0100 Subject: htpasswd readme: Format inline code. --- plugins/htpasswd/README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/plugins/htpasswd/README.md b/plugins/htpasswd/README.md index a8985b0..b7b8bcb 100644 --- a/plugins/htpasswd/README.md +++ b/plugins/htpasswd/README.md @@ -6,11 +6,11 @@ generated by htpasswd. The following hash types are supported: -- APR-MD5 ("htpasswd [-m]", default method) -- SHA1 ("htpasswd -s") -- Blowfish ("htpasswd -B") -- DES ("htpasswd -d") -- Plaintext ("htpasswd -s") +- APR-MD5 (`htpasswd [-m]`, default method) +- SHA1 (`htpasswd -s`) +- Blowfish (`htpasswd -B`) +- DES (`htpasswd -d`) +- Plaintext (`htpasswd -s`) Note that DES and Plaintext are mutually exclusive, because the format is not readily distinguishable. Any hash that does -- cgit v1.1