Fix markdown link in oauth blog article #134
Open
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
I noticed a link that doesn't render properly in the https://www.biscuitsec.org/blog/oauth-oidc/?s=09 blogpost
![image](https://private-user-images.githubusercontent.com/2485407/328047167-1b619ee0-9f51-4e30-9813-6efe67db34f4.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3Mzk4MjQzMjksIm5iZiI6MTczOTgyNDAyOSwicGF0aCI6Ii8yNDg1NDA3LzMyODA0NzE2Ny0xYjYxOWVlMC05ZjUxLTRlMzAtOTgxMy02ZWZlNjdkYjM0ZjQucG5nP1gtQW16LUFsZ29yaXRobT1BV1M0LUhNQUMtU0hBMjU2JlgtQW16LUNyZWRlbnRpYWw9QUtJQVZDT0RZTFNBNTNQUUs0WkElMkYyMDI1MDIxNyUyRnVzLWVhc3QtMSUyRnMzJTJGYXdzNF9yZXF1ZXN0JlgtQW16LURhdGU9MjAyNTAyMTdUMjAyNzA5WiZYLUFtei1FeHBpcmVzPTMwMCZYLUFtei1TaWduYXR1cmU9MzdmNGQxMTgzZmQyMzc3YzA1MmVjM2U4Y2NkYTMyMWFjNGMwZGU2N2IyMzMyZDFiMTRjZDk1YjBlMmJkMzI5NyZYLUFtei1TaWduZWRIZWFkZXJzPWhvc3QifQ.VQv3NRumY_vgIlxmqOFtClo8HjJhuiKWkNQ_BKLGDho)
Apparently the link doesn't render correctly being in a
![image](https://private-user-images.githubusercontent.com/2485407/328047203-312c4464-6c9a-4050-b7c5-7e73e64ca35b.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3Mzk4MjQzMjksIm5iZiI6MTczOTgyNDAyOSwicGF0aCI6Ii8yNDg1NDA3LzMyODA0NzIwMy0zMTJjNDQ2NC02YzlhLTQwNTAtYjdjNS03ZTczZTY0Y2EzNWIucG5nP1gtQW16LUFsZ29yaXRobT1BV1M0LUhNQUMtU0hBMjU2JlgtQW16LUNyZWRlbnRpYWw9QUtJQVZDT0RZTFNBNTNQUUs0WkElMkYyMDI1MDIxNyUyRnVzLWVhc3QtMSUyRnMzJTJGYXdzNF9yZXF1ZXN0JlgtQW16LURhdGU9MjAyNTAyMTdUMjAyNzA5WiZYLUFtei1FeHBpcmVzPTMwMCZYLUFtei1TaWduYXR1cmU9NDAyODI4ODg2YjQ1OWU2YmRiZjMyNWY4YzNiMzc1Mjg1NzJiZjQ3YTFmNmFlODk1NjE2OGFlMTYwNzAyODM4MiZYLUFtei1TaWduZWRIZWFkZXJzPWhvc3QifQ.ORsYTFLxPypVJPy_ye4JgVJ_4JesRmXVyLgO7BHGw6s)
<details>
, replacing the markdown link with a<a>
fixes it.