From a30a0d2f13a4d282c833da3872517573de47ae35 Mon Sep 17 00:00:00 2001
From: Martijn Vermaat <martijn@vermaat.name>
Date: Thu, 6 Aug 2015 11:13:32 +0200
Subject: [PATCH] Fix markup

---
 CHANGES.rst | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/CHANGES.rst b/CHANGES.rst
index 2796eaed..9b7880e0 100644
--- a/CHANGES.rst
+++ b/CHANGES.rst
@@ -15,7 +15,7 @@ Version 2.0.11
 
 Released on August 6th 2015.
 
-- Fix bug in recognizing `p.(=)` (was reported as `p.?`) (`#65
+- Fix bug in recognizing ``p.(=)`` (was reported as ``p.?``) (`#65
   <https://github.com/mutalyzer/mutalyzer/pull/65>`_).
 
 
@@ -27,8 +27,8 @@ Released on July 21st 2015.
 - Don't crash the position converter on transcript mappings containing no
   exons (`#63
   <https://github.com/mutalyzer/mutalyzer/pull/63>`_).
-- Use the notation for an uncertain stop codon, e.g., `p.(Gln730Profs*?)`
-  instead of `p.(Gln730Profs*96)` when a variant results in a frame shift or
+- Use the notation for an uncertain stop codon, e.g., ``p.(Gln730Profs*?)``
+  instead of ``p.(Gln730Profs*96)`` when a variant results in a frame shift or
   extension and we don't see a new stop codon in the RNA (`#57
   <https://github.com/mutalyzer/mutalyzer/pull/57>`_).
 - Added Dog (Broad CanFam3.1/canFam3) assembly for position converter (`#56
-- 
GitLab