diff options
author | Daniel Stenberg <daniel@haxx.se> | 2014-09-11 10:56:20 +0200 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2014-09-11 10:56:20 +0200 |
commit | 748644b72d62d512cd5f89d4aeb81e1315e8f486 (patch) | |
tree | 98912c70db5f351d44f48238ece4fd9a77a8c615 /docs | |
parent | 110cf8bc9e7f345ec517294c2db432750910924c (diff) |
ROADMAP: markdown eats underscores
It interprets them as italic indictors unless we backtick the word.
Diffstat (limited to 'docs')
-rw-r--r-- | docs/ROADMAP.md | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/docs/ROADMAP.md b/docs/ROADMAP.md index f68bfba72..0937c0806 100644 --- a/docs/ROADMAP.md +++ b/docs/ROADMAP.md @@ -18,8 +18,8 @@ New stuff - libcurl 5. HTTPS to proxy -6. make sure there's an easy handle passed in to curl_formadd(), - curl_formget() and curl_formfree() by adding replacement functions and +6. make sure there's an easy handle passed in to `curl_formadd()`, + `curl_formget()` and `curl_formfree()` by adding replacement functions and deprecating the old ones to allow custom mallocs and more 7. HTTP Digest authentication via Windows SSPI @@ -69,8 +69,9 @@ Improve features/options in the future too 4. docs (considered "bad" by users but how do we make it better?) - A - split up curl_easy_setopt.3 - B - split up curl.1 + + - split up `curl_easy_setopt.3` + - split up curl.1 5. authentication framework (consider merging HTTP and SASL authentication to give one API for protocols to call) |