Skip to content

Commit

Permalink
Remove italic markers, they are parsed incorrectly by Pandoc.
Browse files Browse the repository at this point in the history
  • Loading branch information
23Skidoo committed Aug 23, 2013
1 parent f272caa commit d961654
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cabal/doc/installing-packages.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
After you've unpacked a Cabal package, you can build it by moving into
the root directory of the package and running the `cabal` tool there:

> `cabal` [_command_] [_option_...]
> `cabal [command] [option...]`
The _command_ argument selects a particular step in the build/install process.

Expand All @@ -15,7 +15,7 @@ You can also get a summary of the command syntax with
Alternatively, you can also use the `Setup.hs` or `Setup.lhs` script:

> `_runhaskell_ Setup.hs` [_command_] [_option_...]
> `runhaskell Setup.hs [command] [option...]`
For the summary of the command syntax, run:

Expand Down

0 comments on commit d961654

Please sign in to comment.