Skip to content

Commit

Permalink
fixes and notes
Browse files Browse the repository at this point in the history
  • Loading branch information
anselmdk committed Mar 21, 2013
1 parent 1a7d7c8 commit f377a34
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ Please note it has some specific Liquibase regular expressions in `scripts/Docuw

<del> is replaced by `<del>`. It should re replaced by <strike> - without the `` wrap
\\ should be replaced by 4 spaces and a line break
Links should be encapsulated by <>
bullets (like * or -) should have no spaces in front of them, and only one after



Expand Down
4 changes: 2 additions & 2 deletions scripts/DocuwikiToMarkdownExtra.php
Original file line number Diff line number Diff line change
Expand Up @@ -53,10 +53,10 @@ class DocuwikiToMarkdownExtra {

// extra rules for liquibase wiki
// remove liquibase.org
'/]\(http:\/\/liquibase\.org\/([^\)]*)\)/' => array("rewrite" => '](\1)'),
//'/]\(http:\/\/liquibase\.org\/([^\)]*)\)/' => array("rewrite" => '](\1)'),

// add .html and site template variables
'/]\(([^\)]*)\)/' => array("rewrite" => ']({{ site.url }}/{{ page.lang }}/\1.html)')
//'/]\(([^\)]*)\)/' => array("rewrite" => ']({{ site.url }}/{{ page.lang }}/\1.html)')
);

// Contains the name of current input file being processed.
Expand Down

0 comments on commit f377a34

Please sign in to comment.