mirror of
https://github.com/libsdl-org/SDL.git
synced 2025-11-21 17:46:23 +00:00
wikiheaders: Markdown should use '-' for unordered lists, not '*'.
This commit is contained in:
@@ -1628,7 +1628,7 @@ if ($copy_direction == 1) { # --copy-to-headers
|
|||||||
if ($wikitype eq 'mediawiki') {
|
if ($wikitype eq 'mediawiki') {
|
||||||
$sections{'See Also'} .= ":[[$sa]]\n";
|
$sections{'See Also'} .= ":[[$sa]]\n";
|
||||||
} elsif ($wikitype eq 'md') {
|
} elsif ($wikitype eq 'md') {
|
||||||
$sections{'See Also'} .= "* [$sa]($sa)\n";
|
$sections{'See Also'} .= "- [$sa]($sa)\n";
|
||||||
} else { die("Expected wikitype '$wikitype'"); }
|
} else { die("Expected wikitype '$wikitype'"); }
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user