From 3dba66bf5de953e5420c9cfe8e0908a5a7f8e7db Mon Sep 17 00:00:00 2001 From: Tom Leese Date: Mon, 16 Mar 2015 09:28:45 +0000 Subject: Replace occurrences of 'Github' with 'GitHub' The website is called 'GitHub' afterall. --- README | 2 +- changelog | 2 +- src/Text/Pandoc/Options.hs | 2 +- trypandoc/index.html | 4 ++-- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/README b/README index ee600c97b..41bf0e4db 100644 --- a/README +++ b/README @@ -2810,7 +2810,7 @@ variants are supported: `fenced_code_blocks`, `definition_lists`, `intraword_underscores`, `header_attributes`, `abbreviations`. -`markdown_github` (Github-flavored Markdown) +`markdown_github` (GitHub-flavored Markdown) : `pipe_tables`, `raw_html`, `tex_math_single_backslash`, `fenced_code_blocks`, `auto_identifiers`, `ascii_identifiers`, `backtick_code_blocks`, `autolink_bare_uris`, diff --git a/changelog b/changelog index 5b516c856..f1549f3be 100644 --- a/changelog +++ b/changelog @@ -3975,7 +3975,7 @@ pandoc (1.9) These constructions are now supported now by `rst2latex.py`. - * Github syntax for fenced code blocks is supported in pandoc's + * GitHub syntax for fenced code blocks is supported in pandoc's markdown. You can now write ```ruby diff --git a/src/Text/Pandoc/Options.hs b/src/Text/Pandoc/Options.hs index a5dcbfd0b..bde7454e2 100644 --- a/src/Text/Pandoc/Options.hs +++ b/src/Text/Pandoc/Options.hs @@ -74,7 +74,7 @@ data Extension = | Ext_latex_macros -- ^ Parse LaTeX macro definitions (for math only) | Ext_fenced_code_blocks -- ^ Parse fenced code blocks | Ext_fenced_code_attributes -- ^ Allow attributes on fenced code blocks - | Ext_backtick_code_blocks -- ^ Github style ``` code blocks + | Ext_backtick_code_blocks -- ^ GitHub style ``` code blocks | Ext_inline_code_attributes -- ^ Allow attributes on inline code | Ext_markdown_in_html_blocks -- ^ Interpret as markdown inside HTML blocks | Ext_native_divs -- ^ Use Div blocks for contents of
tags diff --git a/trypandoc/index.html b/trypandoc/index.html index 2c9c55ef2..6d781971e 100644 --- a/trypandoc/index.html +++ b/trypandoc/index.html @@ -73,7 +73,7 @@ $(document).ready(function() { - + @@ -99,7 +99,7 @@ $(document).ready(function() { - + -- cgit v1.2.3