From 7d687684aa4ca0ebbdf4d9a0bcaa1d3ea1a8b7b3 Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Tue, 6 Jul 2010 21:01:26 -0700 Subject: Allow language-neutral table captions. + Captions may now begin simply with ':', instead of 'Table:' + Captions may now appear either above or below the table. + Resolves Issue #227. --- tests/tables.markdown | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'tests/tables.markdown') diff --git a/tests/tables.markdown b/tests/tables.markdown index a605137d1..ab20e76c9 100644 --- a/tests/tables.markdown +++ b/tests/tables.markdown @@ -6,7 +6,7 @@ Simple table with caption: 123 123 123 123 1 1 1 1 - Table: Demonstration of simple table syntax. + : Demonstration of simple table syntax. Simple table without caption: @@ -24,7 +24,7 @@ Simple table indented two spaces: 123 123 123 123 1 1 1 1 - Table: Demonstration of simple table syntax. + : Demonstration of simple table syntax. Multiline table with caption: @@ -40,7 +40,7 @@ Multiline table with caption: rows. -------------------------------------------------------------- - Table: Here's the caption. It may span multiple lines. + : Here's the caption. It may span multiple lines. Multiline table without caption: -- cgit v1.2.3