Skip to content
Snippets Groups Projects
Commit 64fb182c authored by Thibault Martin's avatar Thibault Martin
Browse files

[doc] Use markdown code format when necessary

parent eb3e186e
No related branches found
No related tags found
No related merge requests found
......@@ -195,8 +195,11 @@ expected format is:
# ...
\end{lstlisting}
It should only list main changes, that will be displayed on the event section
of the website and the wiki page.
It should only list main changes, that will be displayed on the event section of
the website and the wiki page. Make sure to use markdown code formating
\verb+``+ if the texte contains things that could be affected by markdown
formatting (for example \verb+\word1_word2+ will be displayed as
\verb+word2+ without code formatting.
Create the version commit, tag it using \texttt{git tag \$(cat VERSION | sed -e "s/\textasciitilde /-/")}
and push it (e.g. via \texttt{git push origin \$(cat VERSION | sed -e "s/\textasciitilde/-/")}).
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment