Skip to content

Commit

Permalink
Item14680: fixed syntax error in Config.spec
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelDaum committed Apr 10, 2018
1 parent 32c2f36 commit 6dd3121
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
3 changes: 2 additions & 1 deletion data/System/MarkdownPlugin.txt
@@ -1,4 +1,4 @@
%META:TOPICINFO{author="ProjectContributor" comment="reprev" date="1523014172" format="1.1" version="1"}%
%META:TOPICINFO{author="ProjectContributor" comment="" date="1523384548" format="1.1" version="1"}%
---+!! %TOPIC%
%FORMFIELD{"Description"}%

Expand Down Expand Up @@ -229,6 +229,7 @@ ___
---++ Change History

%TABLE{columnwidths="7em" tablewidth="100%"}%
| 10 Apr 2018 | fixed syntax error in =Config.spec= |
| 06 Apr 2018 | initial release |

%META:FORM{name="PackageForm"}%
Expand Down
4 changes: 2 additions & 2 deletions lib/Foswiki/Plugins/MarkdownPlugin.pm
Expand Up @@ -20,8 +20,8 @@ use warnings;

use Foswiki::Func ();

our $VERSION = '1.00';
our $RELEASE = '06 Apr 2018';
our $VERSION = '1.01';
our $RELEASE = '09 Apr 2018';
our $SHORTDESCRIPTION = 'Markdown support for Foswiki';
our $NO_PREFS_IN_TOPIC = 1;
our $core;
Expand Down
2 changes: 1 addition & 1 deletion lib/Foswiki/Plugins/MarkdownPlugin/Config.spec
Expand Up @@ -5,7 +5,7 @@
# **SELECT Pandoc,Text::Markdown,Text::MultiMarkdown,Text::Markdown::Hoedown,Text::Textile**
$Foswiki::cfg{MarkdownPlugin}{Converter} = 'Text::Markdown';

# **COMMAND CHECK='undefok' DISPLAY_IF="{MarkdownPlugin}{Converter}=='Pandoc'**
# **COMMAND CHECK='undefok' DISPLAY_IF="{MarkdownPlugin}{Converter}=='Pandoc'"**
# Path to the pandoc command
$Foswiki::cfg{MarkdownPlugin}{pandocCmd} = 'pandoc --ascii -f %FORMAT|S% -t html5 %FILENAME|F%';

Expand Down

0 comments on commit 6dd3121

Please sign in to comment.