From da652114abbb6be9b53604933b094e09c823094a Mon Sep 17 00:00:00 2001 From: "T. Joseph Carter" Date: Thu, 5 Nov 2015 04:33:43 -0800 Subject: [PATCH] Kramdown supports language on the fenced code line --- docs/ivanx/a2server_installubuntu.md | 3 +-- docs/ivanx/a2server_netboot.md | 3 +-- docs/ivanx/a2server_recovery.md | 6 ++---- 3 files changed, 4 insertions(+), 8 deletions(-) diff --git a/docs/ivanx/a2server_installubuntu.md b/docs/ivanx/a2server_installubuntu.md index 0fbfcc9..1e8de8e 100644 --- a/docs/ivanx/a2server_installubuntu.md +++ b/docs/ivanx/a2server_installubuntu.md @@ -44,10 +44,9 @@ * If you installed Debian rather than Ubuntu, type: - ~~~ + ~~~ bash sudo sed -i '0,/-eq 0/s/-eq 0/-ge 0/' /etc/profile ~~~ - {: .language-bash} * When you're back at the prompt, type `sudo shutdown -h now` which will turn off the (virtual) machine. diff --git a/docs/ivanx/a2server_netboot.md b/docs/ivanx/a2server_netboot.md index 2ccc273..cfd441e 100644 --- a/docs/ivanx/a2server_netboot.md +++ b/docs/ivanx/a2server_netboot.md @@ -7,10 +7,9 @@ running from "bare metal" if you wanted to. To do this, [log into the a2server console](a2server_commands.md), and type: -~~~ +~~~ bash a2server-setup ~~~ -{: .language-bash} After confirming that you want to proceed, you will be asked if you want to set up A2SERVER for network boot. Just follow the prompts. If you elect to diff --git a/docs/ivanx/a2server_recovery.md b/docs/ivanx/a2server_recovery.md index 7824669..e519791 100644 --- a/docs/ivanx/a2server_recovery.md +++ b/docs/ivanx/a2server_recovery.md @@ -66,10 +66,9 @@ _A2SERVER on Raspberry Pi without screen/keyboard mouse, and a Linux computer_ * On your Linux computer, type: - ~~~ + ~~~ bash wget ivanx.com/a2server/fix; source fix ~~~ - {: .language-bash} * Follow the on-screen instructions. @@ -93,10 +92,9 @@ computer_ * In the virtual machine window, type: - ~~~ + ~~~ bash wget ivanx.com/a2server/fix;source fix ~~~ - {: .language-bash} * Follow the on-screen instructions.