From 017b7bee9909d00e43b3598bd067100d5d50827e Mon Sep 17 00:00:00 2001 From: Thomas Hume Date: Sun, 8 Mar 2015 21:35:24 +0100 Subject: [PATCH] escape * which doesn't mean italic --- Nim-for-C-programmers.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Nim-for-C-programmers.md b/Nim-for-C-programmers.md index af1584c..1ecfafa 100644 --- a/Nim-for-C-programmers.md +++ b/Nim-for-C-programmers.md @@ -41,8 +41,8 @@ Methods | No (Yes w/C++) | Yes Multi-Methods | No | Yes Exceptions | No (Yes w/C++) | Yes - *Other backends supported and/or planned - **See section below. Also: it's arguably possible to write OOP-style in pure C + \*Other backends supported and/or planned + \**See section below. Also: it's arguably possible to write OOP-style in pure C ### Philosophy