From ceb8084885e75bc13ed32ac98f7f69ca9609006d Mon Sep 17 00:00:00 2001 From: Erik Faye-Lund Date: Tue, 4 Jun 2019 14:14:27 +0200 Subject: [PATCH] docs: escape double colons It seems pandoc doesn't really understand that double colons needs to be escaped. So let's fix that up by hand. Reviewed-by: Eric Engestrom Part-of: --- docs/relnotes/17.0.5.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/relnotes/17.0.5.rst b/docs/relnotes/17.0.5.rst index 3eeaa11f373..f6391477430 100644 --- a/docs/relnotes/17.0.5.rst +++ b/docs/relnotes/17.0.5.rst @@ -64,7 +64,7 @@ Emil Velikov (5): - docs: add sha256 checksums for 17.0.4 - winsys/sw/dri: don't use GNU void pointer arithmetic -- st/clover: add space between < and :: +- st/clover: add space between < and :\: - configure.ac: check require_basic_egl only if egl enabled - st/mesa: automake: honour the vdpau header install location