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

[Bug]: Markdown list formatting is busted #897

Open
2 of 10 tasks
JamesPHoughton opened this issue Sep 25, 2024 · 1 comment
Open
2 of 10 tasks

[Bug]: Markdown list formatting is busted #897

JamesPHoughton opened this issue Sep 25, 2024 · 1 comment
Assignees
Labels
bug Something isn't working

Comments

@JamesPHoughton
Copy link
Collaborator

What happened?

The following markdown produces weird formatting. This is probably something to do with the CSS classes used in the markdown component.

# Excellent, you have completed training!

_Before we begin, we want to check that you got everything._

## Review Art Game Instructions

- The **buyer** decides whether to pay **50 points** to hire an **agent** to purchase a piece of art.
- If the buyer hires the agent:

  1. The buyer is shown which piece of art to buy.
  2. The buyer sends a message to the agent, specifying which piece to purchase.

- When the agent arrives at the gallery, they realize they left their phone (with the buyer's message) at home. The agent now faces two choices:

  1. Spend **30 points** to take a cab home, retrieve the phone, and return to the gallery before it closes.
  2. Buy a piece of art **blind** (without the message).

- If the agent purchases the correct piece, the buyer earns **80 points**. If the agent buys the wrong piece, the buyer gets no additional points, and loses the **50 points** they paid the agent.

- At the end of the round, the buyer can hire the same agent to buy another piece of art.

#### Important Notes:

- If the buyer refuses to hire the agent, the game ends.
- The buyer cannot see whether the agent took a cab home to retrieve the message, only whether the agent purchased the correct piece of art.
image

What browsers do you see the problem on?

  • Firefox
  • Chrome
  • Safari
  • Microsoft Edge

What operating system do you see the problem on?

  • Windows
  • Mac
  • Linux

How did we discover the bug?

  • Reported by participant
  • Observed on Sentry
  • Found in dev

Priority

Blocking a specific study

@JamesPHoughton JamesPHoughton added the bug Something isn't working label Sep 25, 2024
@JamesPHoughton
Copy link
Collaborator Author

@gumillie222 would you mind having a look at this for me?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants