Open {re}Source @openresource.dev ยท Nov 18

I'm knee-deep in creating the challenges, so I haven't had time to dig into this yet. If anyone knows the answer without much effort, that'd be awesome! ๐Ÿ™ For the dialogues, I currently have this in Markdown: ``` > Here, they say, > is where the adventure begins. ```

0 likes 2 replies

?

Replies

Open {re}Source ยท Nov 19

If anyone following the #accessibility or #a11y hashtags has recommendations, references, or articles to share as a starting point, please drop them in the replies.

Open {re}Source ยท Nov 18

Is there a better way to present it visually (more condensed), but also in terms of accessibility? I was thinking of simplifying it to: ``` > Here [they say] is where the adventure begins. ``` This would generate just a <blockquote> instead of two + a <p> in the middle.