From: Fletcher T. Penney Date: Tue, 19 Sep 2017 00:45:21 +0000 (-0400) Subject: UPDATED: Add note about tables in MMD-6 to Quick Start Guide X-Git-Tag: 6.2.2^2~8 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=d961ffbd9edda117e5b31e4d6c7974a48722ba13;p=multimarkdown UPDATED: Add note about tables in MMD-6 to Quick Start Guide --- diff --git a/QuickStart/QuickStart.epub b/QuickStart/QuickStart.epub index 62da426..fb633a6 100644 Binary files a/QuickStart/QuickStart.epub and b/QuickStart/QuickStart.epub differ diff --git a/QuickStart/QuickStart.fodt b/QuickStart/QuickStart.fodt index be49d1e..666eabc 100644 --- a/QuickStart/QuickStart.fodt +++ b/QuickStart/QuickStart.fodt @@ -308,6 +308,7 @@ office:mimetype="application/vnd.oasis.opendocument.text"> Output Formats 1 Embedded Images 1 Table of Contents 1 +Tables 1 Transclusion 1 Future Steps 1 @@ -665,9 +666,9 @@ the following latex config -**NOTE: You do have to install the MMD support files into the proper location -**for your system. I would like to make this easier, but haven’t found the -**best configuration yet. +NOTE: You do have to install the MMD support files into the proper +location for your system. I would like to make this easier, but haven’t found +the best configuration yet. Metadata @@ -693,10 +694,11 @@ options are dutch, -Additionally, the MMD Header and MMD Footer metadata work slightly differently. In -v5, these fields were used to list names of files that should be transcluded before and after -the main body. In v6, these fields represent the actual text to be inserted. If you want them -to reference separate files, use the transclusion functionality: +Additionally, the MMD Header and MMD Footer metadata work slightly +differently. In v5, these fields were used to list names of files that should +be transcluded before and after the main body. In v6, these fields represent +the actual text to be inserted. If you want them to reference separate files, +use the transclusion functionality: Title:Some TitleMMD Header:This is *MMD* text.MMD Footer:{{footer.txt}} @@ -769,6 +771,11 @@ generated Table of Contents in your document. As of MMD v6, the native Table of Contents functionality is used when exporting to LaTeX or OpenDocument formats. +Tables + +Tables in MultiMarkdown-6 work basically the same as before, but a caption, if +present, must come after the body of the table, not before. + Transclusion File transclusion works basically the same way – {{file}} is used to diff --git a/QuickStart/QuickStart.html b/QuickStart/QuickStart.html index 9be0419..ddb97ed 100644 --- a/QuickStart/QuickStart.html +++ b/QuickStart/QuickStart.html @@ -32,6 +32,7 @@
  • Output Formats
  • Embedded Images
  • Table of Contents
  • +
  • Tables
  • Transclusion
  • @@ -356,9 +357,9 @@ the following latex config values by default:

  • tufte-handout
  • -

    **NOTE: You do have to install the MMD support files into the proper location -**for your system. I would like to make this easier, but haven’t found the -**best configuration yet.

    +

    NOTE: You do have to install the MMD support files into the proper +location for your system. I would like to make this easier, but haven’t found +the best configuration yet.

    Metadata

    @@ -381,10 +382,11 @@ options are dutch, french, german, fr, de, sv. Anything else defaults to English.

    -

    Additionally, the MMD Header and MMD Footer metadata work slightly differently. In -v5, these fields were used to list names of files that should be transcluded before and after -the main body. In v6, these fields represent the actual text to be inserted. If you want them -to reference separate files, use the transclusion functionality:

    +

    Additionally, the MMD Header and MMD Footer metadata work slightly +differently. In v5, these fields were used to list names of files that should +be transcluded before and after the main body. In v6, these fields represent +the actual text to be inserted. If you want them to reference separate files, +use the transclusion functionality:

    Title:	Some Title
     MMD Header:	This is *MMD* text.
    @@ -436,6 +438,11 @@ generated Table of Contents in your document. As of 
     Table of Contents functionality is used when exporting to LaTeX or
     OpenDocument formats.

    +

    Tables

    + +

    Tables in MultiMarkdown-6 work basically the same as before, but a caption, if +present, must come after the body of the table, not before.

    +

    Transclusion

    File transclusion works basically the same way – {{file}} is used to diff --git a/QuickStart/QuickStart.pdf b/QuickStart/QuickStart.pdf index 33f0790..7364142 100644 Binary files a/QuickStart/QuickStart.pdf and b/QuickStart/QuickStart.pdf differ diff --git a/QuickStart/QuickStart.txt b/QuickStart/QuickStart.txt index 8047dd7..09ea54f 100644 --- a/QuickStart/QuickStart.txt +++ b/QuickStart/QuickStart.txt @@ -334,9 +334,9 @@ the following `latex config` values by default: * `tufte-book` * `tufte-handout` -**NOTE: You do have to install the MMD support files into the proper location -**for your system. I would like to make this easier, but haven't found the -**best configuration yet. +**NOTE**: You do have to install the MMD support files into the proper +location for your system. I would like to make this easier, but haven't found +the best configuration yet. ## Metadata ## @@ -359,10 +359,11 @@ will also set the default `quotes language`. options are `dutch`, `french`, `german`, `germanguillemets`, `swedish`, `nl`, `fr`, `de`, `sv`. Anything else defaults to English. -Additionally, the `MMD Header` and `MMD Footer` metadata work slightly differently. In -v5, these fields were used to list names of files that should be transcluded before and after -the main body. In v6, these fields represent the actual text to be inserted. If you want them -to reference separate files, use the transclusion functionality: +Additionally, the `MMD Header` and `MMD Footer` metadata work slightly +differently. In v5, these fields were used to list names of files that should +be transcluded before and after the main body. In v6, these fields represent +the actual text to be inserted. If you want them to reference separate files, +use the transclusion functionality: Title: Some Title MMD Header: This is *MMD* text. @@ -417,6 +418,12 @@ Table of Contents functionality is used when exporting to LaTeX or OpenDocument formats. +## Tables ## + +Tables in MultiMarkdown-6 work basically the same as before, but a caption, if +present, must come *after* the body of the table, not *before*. + + ## Transclusion ## File transclusion works basically the same way -- `{{file}}` is used to