You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Coderay would be the most universal way to go about it because then any markdown that uses code blocks would be styled 'automatically'. Alternatively there is also a way to use Rouge but that requires code blocks to be surrounded by a specific liquid tag:
Sounds excellent, any suggestions on themes? Is there a place I could see examples? ( i didn't see any in the first docs for kramdown, but i could've missed them)
Background
As we updated our VADS page with code examples, we noticed that there wasn't much visually distinguishing it from regular text.
After discussing this with the design system folks we have the go ahead to investigate adding some kind of codeblock styling similar to something like this.
There may be a way to add markdown or syntax styling into the jekyll templates or we may need to roll our own, let's investigate.
ACs
The text was updated successfully, but these errors were encountered: