mirror of
https://github.com/curl/curl.git
synced 2026-01-18 17:21:26 +01:00
FAQ/TODO/KNOWN_BUGS: convert to markdown
- convert to markdown - auto-generate the TOCs on the website, remove them from the docs - cleanups - spellchecked - updated links Closes #19875
This commit is contained in:
@@ -87,7 +87,7 @@ my %url;
|
||||
my %flink;
|
||||
|
||||
# list all .md files in the repo
|
||||
my @files=`git ls-files '**.md' docs/TODO docs/KNOWN_BUGS docs/FAQ`;
|
||||
my @files=`git ls-files '**.md'`;
|
||||
|
||||
sub storelink {
|
||||
my ($f, $line, $link) = @_;
|
||||
|
||||
Reference in New Issue
Block a user