From 928a378b647884f7b732c5dd8e05bcf0bebf49f1 Mon Sep 17 00:00:00 2001 From: Marcin Kulik Date: Mon, 15 May 2017 10:35:46 +0200 Subject: [PATCH] Fix formatting of faq doc --- web/templates/doc/faq.html.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/web/templates/doc/faq.html.md b/web/templates/doc/faq.html.md index 79001c0..73c12e8 100644 --- a/web/templates/doc/faq.html.md +++ b/web/templates/doc/faq.html.md @@ -27,8 +27,10 @@ Worry not, you have several options. You can: * record with `asciinema rec -c "/bin/bash -l"` or, * add the following setting to your `$HOME/.config/asciinema/config` file: - [record] - command = /bin/bash -l +``` +[record] +command = /bin/bash -l +``` ## Why my shell prompt/theme isn't working during recording?