Improve confluence export

Migrate from Parsedown to Commonmark
This commit is contained in:
Stéphane Goetz
2015-05-22 14:48:09 +02:00
committed by Stéphane Goetz
parent fa798ff1e4
commit 1fe3e62df3
14 changed files with 611 additions and 169 deletions

View File

@ -254,8 +254,7 @@ class Getopt
$long = [];
$short = '';
foreach ($this->rules as $rule) {
foreach($rule['alias'] as $alias) {
foreach ($rule['alias'] as $alias) {
$prepared = $alias;
if ($rule['param'] == 'optional') {
$prepared .= '::';