instructure / paseto

A paseto implementation in rust.
MIT License
150 stars 13 forks source link

Formatting tweaks #20

Closed vbfox closed 4 years ago

vbfox commented 4 years ago

Motivation

The markdown after the bullet points in https://docs.rs/paseto/1.0.7/paseto/tokens/fn.validate_public_token.html was displaying weirdly (Text of the next paragraph is added to the bullet point)

I also added a little nicer output to the samples.

Test Plan (required)

A local cargo doc give the expected output :

image

Mythra commented 4 years ago

Thanks for this PR!