Differences From:
File
src/wikiformat.c
part of check-in
[ab637af752]
- Add enumeration lists and indented paragraphs in the wiki.
by
drh on
2007-09-28 15:44:08.
[view]
To:
File
src/wikiformat.c
part of check-in
[2ab2db0bd3]
- The control file parser now reads ticket changes and wiki pages.
by
drh on
2007-10-05 13:03:22.
[view]
@@ -759,9 +759,8 @@
if( strncmp(zTarget, "http:", 5)==0
|| strncmp(zTarget, "https:", 6)==0
|| strncmp(zTarget, "ftp:", 4)==0
|| strncmp(zTarget, "mailto:", 7)==0
- || strncmp(zTarget, "gopher:", 7)==0
){
blob_appendf(p->pOut, zTarget);
}else{
blob_appendf(p->pOut, "%s/wiki/%T", g.zBaseURL, zTarget);
@@ -994,9 +993,8 @@
}
blob_append(pOut, "\n", 1);
free(renderer.aStack);
}
-
/*
** COMMAND: test-wiki-render
*/