-
Notifications
You must be signed in to change notification settings - Fork 44
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #413 from liatrio/landingPageUpdate
Landing page update
- Loading branch information
Showing
2 changed files
with
58 additions
and
15 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
const rawQuizdown = ` | ||
# Is this a quiz? | ||
1. [x] True | ||
1. [ ] False | ||
> If you answer incorrectly, you'll get some help here | ||
# Please bring the following into sequence! | ||
1. One | ||
2. Two | ||
3. Three | ||
4. Four | ||
5. Five | ||
# Sometimes you'll need to select all that apply | ||
- [x] This applies | ||
- [x] So does this! | ||
- [ ] This doesn't apply | ||
> If you answer incorrectly, you'll get some help here | ||
- [ ] Neither does this one | ||
> If you answer incorrectly, you'll get some help here | ||
`; | ||
|
||
export { rawQuizdown } |