From: Fletcher T. Penney
Date: Sat, 29 Apr 2017 20:31:40 +0000 (-0400)
Subject: UPDATED: Update QuickStart guide
X-Git-Tag: 6.0.5^2~5
X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=207b2ddc565070e45e2fac8718a5fb74124293bf;p=multimarkdown
UPDATED: Update QuickStart guide
---
diff --git a/QuickStart/QuickStart.epub b/QuickStart/QuickStart.epub
index 37fc00a..b7192a0 100644
Binary files a/QuickStart/QuickStart.epub and b/QuickStart/QuickStart.epub differ
diff --git a/QuickStart/QuickStart.fodt b/QuickStart/QuickStart.fodt
index 7c987ae..56c9e19 100644
--- a/QuickStart/QuickStart.fodt
+++ b/QuickStart/QuickStart.fodt
@@ -297,6 +297,7 @@
Emph and Strong 1
EPUB 3 Support 1
Fenced Code Blocks 1
+Footnotes 1
Glossary Terms 1
Internationalization 1
LaTeX Changes 1
@@ -465,6 +466,9 @@ complex abbreviations, you must explicitly mark uses of the abbreviation.Citations can be specified using an inline syntax, just like inline footnotes.
+The HTML output for citations now uses parentheses instead of brackets, e.g.
+(1) instead of [1].
+
CriticMarkup
MMD v6 has improved support for CriticMarkup, both in terms of parsing, and
@@ -525,6 +529,11 @@ considered to be part of the code block.
+Footnotes
+
+The HTML output for footnotes now uses superscripts instead of brackets, e.g.
+<sup>1</sup> instead of [1].
+
Glossary Terms
If there are terms in your document you wish to define in a glossaryThe
diff --git a/QuickStart/QuickStart.html b/QuickStart/QuickStart.html
index be4247e..bf50390 100644
--- a/QuickStart/QuickStart.html
+++ b/QuickStart/QuickStart.html
@@ -23,6 +23,7 @@
Emph and Strong
EPUB 3 Support
Fenced Code Blocks
+Footnotes
Glossary Terms
Internationalization
LaTeX Changes
@@ -179,6 +180,9 @@ complex abbreviations, you must explicitly mark uses of the abbreviation.
Citations can be specified using an inline syntax, just like inline footnotes.
+The HTML output for citations now uses parentheses instead of brackets, e.g.
+(1)
instead of [1]
.
+
CriticMarkup
MMD v6 has improved support for CriticMarkup, both in terms of parsing, and
@@ -235,6 +239,11 @@ complex parser.
considered to be part of the code block.
+
+
+The HTML output for footnotes now uses superscripts instead of brackets, e.g.
+<sup>1</sup>
instead of [1]
.
+
Glossary Terms
If there are terms in your document you wish to define in a glossary at
diff --git a/QuickStart/QuickStart.pdf b/QuickStart/QuickStart.pdf
index 011eccf..d8a08b6 100644
Binary files a/QuickStart/QuickStart.pdf and b/QuickStart/QuickStart.pdf differ
diff --git a/QuickStart/QuickStart.txt b/QuickStart/QuickStart.txt
index 2dafc55..ab72281 100644
--- a/QuickStart/QuickStart.txt
+++ b/QuickStart/QuickStart.txt
@@ -159,6 +159,9 @@ complex abbreviations, you must explicitly mark uses of the abbreviation.
Citations can be specified using an inline syntax, just like inline footnotes.
+The HTML output for citations now uses parentheses instead of brackets, e.g.
+`(1)` instead of `[1]`.
+
## CriticMarkup ##
@@ -219,6 +222,12 @@ complex parser.
considered to be part of the code block.
+## Footnotes ##
+
+The HTML output for footnotes now uses superscripts instead of brackets, e.g.
+`1` instead of `[1]`.
+
+
## Glossary Terms ##
If there are terms in your document you wish to define in a [?(glossary) The