From: Brian Behlendorf Date: Wed, 15 Sep 2010 16:05:34 +0000 (-0700) Subject: Fix markdown rendering X-Git-Tag: spl-0.5.2~9 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=d5fcc5f51c9c3f65db5d521c53b696c074b92247;p=spl Fix markdown rendering These two lines were being rendered incorrectly on the GitHub site. To fix the issue there needs to be leading whitespace before each line to ensure each command is rendered on its own line. $ ./configure $ make pkg --- diff --git a/README.markdown b/README.markdown index 60154f7..e0d8f76 100644 --- a/README.markdown +++ b/README.markdown @@ -8,8 +8,8 @@ primitives. To build packages for your distribution: -$ ./configure -$ make pkg + $ ./configure + $ make pkg Full documentation for building, configuring, and using the SPL can be found at: