This shows you the differences between two versions of the page.
|
dokuwiki_markdown_table_converter [2020/03/05 23:02] admin created |
dokuwiki_markdown_table_converter [2020/03/05 23:03] (current) admin [Source code] |
||
|---|---|---|---|
| Line 52: | Line 52: | ||
| $stripped_line = str_replace("\r", "", $line); | $stripped_line = str_replace("\r", "", $line); | ||
| $output .= "|".str_replace($seperator, "|", $stripped_line)."|\n"; | $output .= "|".str_replace($seperator, "|", $stripped_line)."|\n"; | ||
| - | } | ||
| - | } | ||
| } | } | ||
| } | } | ||