I'm thinking we could switch to another format for the #libcurl documentation: github.com/curl/curl/pull/1273…
in reply to daniel:// stenberg://

right...so, take what you need and nothing else? Makes sense. And would stripping/ignoring unwanted/unsupported stuff from a MD file be harder?

The reason I ask is partly editor support for MD is pretty good, so if users are editing something with a .md extension they get a bunch of stuff for free. Even GitHub will nicely render a .MD file for you.

I suspect your approach is a safer approach though. Just thinking out loud.

in reply to daniel:// stenberg://

Neat! do you happen to have a comparison with ronn or pandoc ( jeromebelleman.gitlab.io/posts… or eddieantonio.ca/blog/2015/12/1… ) or is it a simple enough subset that building up from the man pages you already had was good enough?