diff --git a/README.md b/README.md index ad05655..8bcf0be 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ ### 使用 * 获取一个可以访问的markdown文件地址,比如`http://soft.xiaoz.org/readme.md` -* 然后访问[https://markdown.win/api.php?url=http://soft.xiaoz.org/readme.md](https://markdown.win/api.php?url=http://soft.xiaoz.org/readme.md "https://markdown.win/api.php?url=http://soft.xiaoz.org/readme.md") 试试效果。 +* 然后访问 [https://markdown.win/api.php?url=http://soft.xiaoz.org/readme.md](https://markdown.win/api.php?url=http://soft.xiaoz.org/readme.md "https://markdown.win/api.php?url=http://soft.xiaoz.org/readme.md") 试试效果。 * API说明请参考 [https://doc.xiaoz.me/](https://doc.xiaoz.me/docs/api/mdtohtml-api) ### 演示地址 diff --git a/index.html b/index.html deleted file mode 100644 index 8c12223..0000000 --- a/index.html +++ /dev/null @@ -1,21 +0,0 @@ - - - - - MDtoHTML - - - - - - -
- - - - - \ No newline at end of file diff --git a/test.md b/test.md deleted file mode 100644 index 4c3d189..0000000 --- a/test.md +++ /dev/null @@ -1,57 +0,0 @@ -### GET方式 -```php - -``` - -### POST方式 -``` - "bob","key" => "12345"); -  $ch = curl_init(); -  curl_setopt($ch, CURLOPT_URL, $url); -  curl_setopt($ch, CURLOPT_RETURNTRANSFER, 1); -  // post数据 -  curl_setopt($ch, CURLOPT_POST, 1); -  // post的变量 -  curl_setopt($ch, CURLOPT_POSTFIELDS, $post_data); -  $output = curl_exec($ch); -  curl_close($ch); -  //打印获得的数据 -  print_r($output); -?> -``` -### HTTPS -``` - -``` - -___ - -> 测试是否删除了缓存 \ No newline at end of file