Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Consider Using a Definition List in FAQ #24

Open
0xferit opened this issue Nov 26, 2022 · 0 comments
Open

Consider Using a Definition List in FAQ #24

0xferit opened this issue Nov 26, 2022 · 0 comments
Assignees

Comments

@0xferit
Copy link
Member

0xferit commented Nov 26, 2022

Like:

Question
: Answer

Question
: Answer

Which renders to

<dl>
  <dt>Question</dt>
  <dd>Answer</dd>
  <dt>Question</dt>
  <dd>Answer</dd>
</dl>

And visually

Question
        Answer
Question
        Answer

@0xferit 0xferit self-assigned this Nov 26, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant