-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Closed
Description
Motivation
I'm building documentation for API requests, and I want to distinguish the parts of the query string in the URI visually.
Description
I'd like to be able to use a URI as my code, and have the scheme, path, query, and fragment visually distinguished, as well as the keys and values within the query.
Alternatives
I've tried a number of supported languages, but none get to this depth of granularity. Choosing http
applies distinct formatting to the scheme, but not to any of the other URI parts.
slavafomin