Use lines of four hyphens to begin and end tables rather then three as
authorMike Taylor <mike@indexdata.com>
Thu, 31 Jul 2014 01:51:58 +0000 (02:51 +0100)
committerMike Taylor <mike@indexdata.com>
Thu, 31 Jul 2014 01:51:58 +0000 (02:51 +0100)
before, since in recent versions of Pandoc (I have v1.12.4.2 on my
MacBook) three hyphens is now special and introduces a YAML metadata
block instead. Sheesh.

doc/mkws-manual.markdown

index 2ca7f0d..cd1ca12 100644 (file)
@@ -314,7 +314,7 @@ of the specified type. If ommitted, each setting takes the indicated
 default value; long default values are in footnotes to keep the table
 reasonably narrow.
 
----
+----
 Element                   Type    Default   Description
 --------                  -----   --------- ------------
 debug_level               int     1         Level of debugging output to emit. 0 = none, 1 = messages, 2 = messages with
@@ -376,7 +376,7 @@ sort_options              array   *Note 6*  List of supported sort criteria. Eac
 
 use_service_proxy         bool    true      If true, then a Service Proxy is used to deliver searching services rather than raw
                                             Pazpar2.
----
+----
 
 Perhaps we should get rid of the `show_lang`, `show_perpage`,
 `show_sort` and `show_switch` configuration items, and simply display the relevant menus
@@ -471,7 +471,7 @@ from that toolkit. The relevant lines are:
       <div class="mkwsStat"></div>
     </div>
 
----
+----
 Element    Type    Default           Description
 --------   -----   ---------         ------------
 popup_width     string     880       Width of the popup window (if used), in
@@ -486,7 +486,7 @@ popup_modal     string      0       Modal confirmation mode. Valid values are 0
 
 popup_autoOpen  string      1       Open popup window on load. Valid values are 0 or 1
 
----
+----
 
 
 ### The structure of the HTML generated by the MKWS widgets