From: Fletcher T. Penney Date: Tue, 7 Aug 2018 00:07:38 +0000 (-0500) Subject: UPDATED: Adjust metadata for test files X-Git-Tag: 6.4.0^2~8 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=cb835df1de53baa250be79d71c8d522f2b0caa47;p=multimarkdown UPDATED: Adjust metadata for test files --- diff --git a/tests/MMD6Tests/Abbreviations.htmlc b/tests/MMD6Tests/Abbreviations.htmlc index 63fb99a..b715d64 100644 --- a/tests/MMD6Tests/Abbreviations.htmlc +++ b/tests/MMD6Tests/Abbreviations.htmlc @@ -1,5 +1,5 @@ -

Title: Abbreviations -latex config: article

+

title: Abbreviations +latexconfig: article

foo foo

diff --git a/tests/MMD6Tests/Abbreviations.text b/tests/MMD6Tests/Abbreviations.text index 29aa768..dab36ca 100644 --- a/tests/MMD6Tests/Abbreviations.text +++ b/tests/MMD6Tests/Abbreviations.text @@ -1,5 +1,5 @@ -Title: Abbreviations -latex config: article +title: Abbreviations +latexconfig: article foo foo diff --git a/tests/MMD6Tests/Advanced Emph and Strong.htmlc b/tests/MMD6Tests/Advanced Emph and Strong.htmlc index 8292e2e..d76dcc2 100644 --- a/tests/MMD6Tests/Advanced Emph and Strong.htmlc +++ b/tests/MMD6Tests/Advanced Emph and Strong.htmlc @@ -1,5 +1,5 @@ -

Title: Advanced Emph and Strong -latex config: article

+

title: Advanced Emph and Strong +latexconfig: article

foobar

diff --git a/tests/MMD6Tests/Advanced Emph and Strong.text b/tests/MMD6Tests/Advanced Emph and Strong.text index bc17032..34a598f 100644 --- a/tests/MMD6Tests/Advanced Emph and Strong.text +++ b/tests/MMD6Tests/Advanced Emph and Strong.text @@ -1,5 +1,5 @@ -Title: Advanced Emph and Strong -latex config: article +title: Advanced Emph and Strong +latexconfig: article foo*bar* diff --git a/tests/MMD6Tests/Advanced Fenced Code Blocks.htmlc b/tests/MMD6Tests/Advanced Fenced Code Blocks.htmlc index a33a71f..8ed9c19 100644 --- a/tests/MMD6Tests/Advanced Fenced Code Blocks.htmlc +++ b/tests/MMD6Tests/Advanced Fenced Code Blocks.htmlc @@ -1,5 +1,5 @@ -

Title: Advanced Fenced Code Blocks -latex config: article

+

title: Advanced Fenced Code Blocks +latexconfig: article

foo *2*

diff --git a/tests/MMD6Tests/Advanced Fenced Code Blocks.text b/tests/MMD6Tests/Advanced Fenced Code Blocks.text index 6156c8d..ac27da4 100644 --- a/tests/MMD6Tests/Advanced Fenced Code Blocks.text +++ b/tests/MMD6Tests/Advanced Fenced Code Blocks.text @@ -1,5 +1,5 @@ -Title: Advanced Fenced Code Blocks -latex config: article +title: Advanced Fenced Code Blocks +latexconfig: article `` foo *2* diff --git a/tests/MMD6Tests/Advanced Headers.htmlc b/tests/MMD6Tests/Advanced Headers.htmlc index 723f368..6256779 100644 --- a/tests/MMD6Tests/Advanced Headers.htmlc +++ b/tests/MMD6Tests/Advanced Headers.htmlc @@ -1,5 +1,5 @@ -

Title: Advanced Headers -latex config: article

+

title: Advanced Headers +latexconfig: article

foo [bar]

diff --git a/tests/MMD6Tests/Advanced Headers.text b/tests/MMD6Tests/Advanced Headers.text index 323586e..fe5ed90 100644 --- a/tests/MMD6Tests/Advanced Headers.text +++ b/tests/MMD6Tests/Advanced Headers.text @@ -1,5 +1,5 @@ -Title: Advanced Headers -latex config: article +title: Advanced Headers +latexconfig: article # foo [bar] # diff --git a/tests/MMD6Tests/Amps and Angles.htmlc b/tests/MMD6Tests/Amps and Angles.htmlc index 8a73aa1..e2eeb7a 100644 --- a/tests/MMD6Tests/Amps and Angles.htmlc +++ b/tests/MMD6Tests/Amps and Angles.htmlc @@ -1,5 +1,5 @@ -

Title: Amps and Angles -latex config: article

+

title: Amps and Angles +latexconfig: article

AT&T has an ampersand in their name.

diff --git a/tests/MMD6Tests/Amps and Angles.text b/tests/MMD6Tests/Amps and Angles.text index 0145b51..996cf83 100644 --- a/tests/MMD6Tests/Amps and Angles.text +++ b/tests/MMD6Tests/Amps and Angles.text @@ -1,5 +1,5 @@ -Title: Amps and Angles -latex config: article +title: Amps and Angles +latexconfig: article AT&T has an ampersand in their name. diff --git a/tests/MMD6Tests/Automatic Links.htmlc b/tests/MMD6Tests/Automatic Links.htmlc index 53e3bf7..756ab2a 100644 --- a/tests/MMD6Tests/Automatic Links.htmlc +++ b/tests/MMD6Tests/Automatic Links.htmlc @@ -1,5 +1,5 @@ -

Title: Automatic Links -latex config: article

+

title: Automatic Links +latexconfig: article

http://foo.com/

diff --git a/tests/MMD6Tests/Automatic Links.text b/tests/MMD6Tests/Automatic Links.text index 50490e6..3b31fe7 100644 --- a/tests/MMD6Tests/Automatic Links.text +++ b/tests/MMD6Tests/Automatic Links.text @@ -1,5 +1,5 @@ -Title: Automatic Links -latex config: article +title: Automatic Links +latexconfig: article diff --git a/tests/MMD6Tests/BOM.htmlc b/tests/MMD6Tests/BOM.htmlc index 109eea3..0c04207 100644 --- a/tests/MMD6Tests/BOM.htmlc +++ b/tests/MMD6Tests/BOM.htmlc @@ -1,4 +1,4 @@ -

Title: BOM -latex config: article

+

title: BOM +latexconfig: article

This file leads with a Byte Order Marker (BOM).

diff --git a/tests/MMD6Tests/BOM.text b/tests/MMD6Tests/BOM.text index 0c44adb..4e5c095 100644 --- a/tests/MMD6Tests/BOM.text +++ b/tests/MMD6Tests/BOM.text @@ -1,4 +1,4 @@ -Title: BOM -latex config: article +title: BOM +latexconfig: article This file leads with a Byte Order Marker (BOM). diff --git a/tests/MMD6Tests/Basic Blocks.htmlc b/tests/MMD6Tests/Basic Blocks.htmlc index 0bd0511..e5452a8 100644 --- a/tests/MMD6Tests/Basic Blocks.htmlc +++ b/tests/MMD6Tests/Basic Blocks.htmlc @@ -1,5 +1,5 @@ -

Title: Basic Blocks -latex config: article

+

title: Basic Blocks +latexconfig: article

foo

diff --git a/tests/MMD6Tests/Basic Blocks.text b/tests/MMD6Tests/Basic Blocks.text index 9cca710..0cd91d3 100644 --- a/tests/MMD6Tests/Basic Blocks.text +++ b/tests/MMD6Tests/Basic Blocks.text @@ -1,5 +1,5 @@ -Title: Basic Blocks -latex config: article +title: Basic Blocks +latexconfig: article foo diff --git a/tests/MMD6Tests/Basic Lists.htmlc b/tests/MMD6Tests/Basic Lists.htmlc index 22525d2..0d8bb93 100644 --- a/tests/MMD6Tests/Basic Lists.htmlc +++ b/tests/MMD6Tests/Basic Lists.htmlc @@ -1,5 +1,5 @@ -

Title: Basic Lists -latex config: article

+

title: Basic Lists +latexconfig: article