From bc40a15b69c7d627af7831a400f2199cd5ef76be Mon Sep 17 00:00:00 2001 From: Hraban Luyat Date: Sun, 15 Feb 2015 17:42:04 +0100 Subject: [PATCH] Markdown formatting error in webaudioapi/readme.md Github markdown parser wants an empty newline around code blocks, apparently --- webaudioapi/readme.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/webaudioapi/readme.md b/webaudioapi/readme.md index 08eac0767f..715eeda42d 100644 --- a/webaudioapi/readme.md +++ b/webaudioapi/readme.md @@ -12,5 +12,7 @@ The WebKit nightly builds try to keep up with the editors draft version of the s ### Adding the reference to your project /// + or - /// \ No newline at end of file + + ///