From 89d70d36c2a9c7a64ab77d4aea9208f74f6e0874 Mon Sep 17 00:00:00 2001 From: pdurbin Date: Mon, 30 May 2016 07:24:44 -0400 Subject: [PATCH] Added a comment --- .../comment_2_81648e1ac2dbe2bc72c9d216f3add6bd._comment | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 doc/forum/table_plugin_and_Markdown_side_effects_on_data/comment_2_81648e1ac2dbe2bc72c9d216f3add6bd._comment diff --git a/doc/forum/table_plugin_and_Markdown_side_effects_on_data/comment_2_81648e1ac2dbe2bc72c9d216f3add6bd._comment b/doc/forum/table_plugin_and_Markdown_side_effects_on_data/comment_2_81648e1ac2dbe2bc72c9d216f3add6bd._comment new file mode 100644 index 000000000..13bf2d647 --- /dev/null +++ b/doc/forum/table_plugin_and_Markdown_side_effects_on_data/comment_2_81648e1ac2dbe2bc72c9d216f3add6bd._comment @@ -0,0 +1,7 @@ +[[!comment format=mdwn + username="pdurbin" + subject="comment 2" + date="2016-05-30T11:24:42Z" + content=""" +Well, it's already easy to turn off htmlization and preprocessing of cell contents as Markdown by renaming the file with the table directive (which references my TSV file) from \"foo.mdwn\" to \"foo.wiki\" but when I do that the URLs in the TSV file are no longer turned into clickable links. My hack of not processing certain Markdown syntax, such as ignoring \"#\" when it's at the beginning of a cell, is more what I want. Actually, making links clickable is the only Markdown processing of my data that I want. +"""]]