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

New questions about markdown in foundations test #219

Merged
merged 3 commits into from
Apr 22, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 14 additions & 0 deletions content/questions/foundations/question-112.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
---
archetype: "questions"
title: "Question 112"
question: "What syntax is used in GitHub Markdown to create a task list?"
draft: false
---


> https://learn.microsoft.com/en-us/training/modules/communicate-using-markdown/2-what-is-markdown

1. [x] `- [ ] and - [x]`
1. [ ] `# TODO: and # DONE:`
1. [ ] `// TODO: and // DONE:`
1. [ ] `<task> and <done>`
14 changes: 14 additions & 0 deletions content/questions/foundations/question-113.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
---
archetype: "questions"
title: "Question 113"
question: "Which Markdown element is not correctly paired with its syntax?"
draft: false
---


> https://learn.microsoft.com/en-us/training/modules/communicate-using-markdown/2-what-is-markdown

1. [ ] Heading - `# Heading`
1. [ ] Bold text - `**bold**`
1. [x] Inline code - `'''code'''`
1. [ ] Hyperlink - `[title](https://)`
Loading