From 6fe6a9b16bae20a0770bdfa78e67423e9b154d3b Mon Sep 17 00:00:00 2001
From: Maxim Berman <bermanmaxim@gmail.com>
Date: Thu, 31 Mar 2016 10:09:45 +0200
Subject: [PATCH] Replace invite sign $ by > in compilation example

$ sign messes with syntax highlighting (it stays in math mode for the rest of the document). Using > fixes this easily.
---
 latex.html.markdown | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/latex.html.markdown b/latex.html.markdown
index 0c443c8a..81c0d24c 100644
--- a/latex.html.markdown
+++ b/latex.html.markdown
@@ -212,7 +212,7 @@ Getting to the final document using LaTeX consists of the following steps:
     \item Compile source code to produce a pdf. 
      The compilation step looks something like this (in Linux): \\
      \begin{verbatim} 
-        $pdflatex learn-latex.tex learn-latex.pdf 
+        > pdflatex learn-latex.tex learn-latex.pdf 
      \end{verbatim}
   \end{enumerate}