aboutsummaryrefslogtreecommitdiff
path: root/src/Text/Pandoc/Options.hs
diff options
context:
space:
mode:
authorTom Leese <inbox@tomleese.me.uk>2015-03-16 09:28:45 +0000
committerTom Leese <inbox@tomleese.me.uk>2015-03-16 09:28:45 +0000
commit3dba66bf5de953e5420c9cfe8e0908a5a7f8e7db (patch)
tree3fd6d3cb4f0975695bbce3cc17983db227235591 /src/Text/Pandoc/Options.hs
parentfcf1cd2f319e25fa9e81edcfecf884a559fd9fe3 (diff)
downloadpandoc-3dba66bf5de953e5420c9cfe8e0908a5a7f8e7db.tar.gz
Replace occurrences of 'Github' with 'GitHub'
The website is called 'GitHub' afterall.
Diffstat (limited to 'src/Text/Pandoc/Options.hs')
-rw-r--r--src/Text/Pandoc/Options.hs2
1 files changed, 1 insertions, 1 deletions
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 <div> tags