Skip to content

Commit

Permalink
Add pageNav and info box to readerFacingFeatures page
Browse files Browse the repository at this point in the history
  • Loading branch information
jingting1412 authored Mar 8, 2024
1 parent e6e639d commit 7d10b69
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
2 changes: 2 additions & 0 deletions docs/userGuide/readerFacingFeatures.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,14 @@
<frontmatter>
title: "User Guide: Reader-Facing Features"
layout: userGuide.md
pageNav: 5
</frontmatter>

<include src="components/advanced.md#slots-info" />

# Reader-Facing Features

<box type="info">Expand the <md>**details...**</md> panel for more info!</box>

{% from "userGuide/syntax/fullSyntaxSet.njk" import syntax_topics as topics %}

Expand Down
2 changes: 2 additions & 0 deletions docs/userGuide/syntax/headings.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,9 @@ If the heading text is `Foo Bar (Goo)`, the ID of the generated anchor will be `
</div>
<div id="examples" class="d-none">

```markdown
### Heading level 3
...
###### Heading level 6
```
</div>
6 changes: 3 additions & 3 deletions docs/userGuide/syntax/questions.md
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@ Optionally, you can provide the reason for the particular option using the `<q-o
{% set checkboxQuestion %}
<question type="checkbox" hint="Use your calculator! :fas-calculator:">

##### Which of the following is true?
###### Which of the following is true?

<br>
<q-option reason="lorem ipsum lorem ipsum lorem ipsum lorem ipsum lorem ipsum">
Expand Down Expand Up @@ -242,7 +242,7 @@ and not others.
{% set blanksQuestion %}
<question type="blanks" hint="Google it!">

##### German sociologist __________ called the process of simultaneously analyzing the behavior of individuals and the society that shapes that behavior __________.
###### German sociologist __________ called the process of simultaneously analyzing the behavior of individuals and the society that shapes that behavior __________.

<q-option keywords="Norbert Elias, Elias" reason="That's his name!"></q-option>
<q-option keywords="figuration"></q-option>
Expand All @@ -267,7 +267,7 @@ If you don't want to validate the answer at all, you may set the `threshold` att
{% set blanksQuestion2 %}
<question type="blanks" hint="What properties would you want these database transactions to have?" threshold=0.75 no-intermediate-result>

##### In computer science, ACID is a set of properties of database transactions intended to guarantee data validity despite errors, power failures, and other mishaps. These properties are: A for __________, C for __________, I for __________, and D for __________.
###### In computer science, ACID is a set of properties of database transactions intended to guarantee data validity despite errors, power failures, and other mishaps. These properties are: A for __________, C for __________, I for __________, and D for __________.

<q-option keywords="Atomicity, Atomic" reason="Meaning: either all occurs or nothing occurs"></q-option>
<q-option keywords="Consistency, Consistent"></q-option>
Expand Down

0 comments on commit 7d10b69

Please sign in to comment.