diff --git a/docs/userGuide/syntax/extra/quiz.md b/docs/userGuide/syntax/extra/quiz.md index e605d1ebd4..c0a8cf682c 100644 --- a/docs/userGuide/syntax/extra/quiz.md +++ b/docs/userGuide/syntax/extra/quiz.md @@ -1,4 +1,4 @@ - + Q1. Name all different types of volatile memory that exists inside a typical household computer system.
CPU cache and RAM
@@ -6,7 +6,7 @@
- + What is the difference between a 32 bit and 64 bit operating system?
diff --git a/docs/userGuide/syntax/icons.md b/docs/userGuide/syntax/icons.md index 82508de781..954fc93618 100644 --- a/docs/userGuide/syntax/icons.md +++ b/docs/userGuide/syntax/icons.md @@ -12,12 +12,6 @@ The advantage of font icons over emojis is font icons can be _styled_ to fit you - - -The syntax for icons has changed, and the earlier {%raw%}`{{ prefix_name }}`{%endraw%} syntax has been deprecated.
-Please use the new `:prefix-name:` syntax instead. -
- ###### Using Font Awesome Icons 1. Decide which icon you want to use from the [list of available icons](https://fontawesome.com/icons?d=gallery&m=free). 1. Construct the MarkBind name for the selected icon by adding the _type prefix_. diff --git a/docs/userGuide/syntax/modals.md b/docs/userGuide/syntax/modals.md index a06a8a9e75..22f0b53da0 100644 --- a/docs/userGuide/syntax/modals.md +++ b/docs/userGuide/syntax/modals.md @@ -42,7 +42,7 @@ This is the same trigger as last one. Name | type | Default | Description --- | --- | --- | --- header{{slot_info_trigger}} | `String` | `''` | Header of the Modal component. Supports inline markdown text. -footer
modal-footer
(deprecated)
| {{slot_type_info_trigger}} | empty | Specifying this will override the `ok-text` attribute, and the OK button will not render. +footer | {{slot_type_info_trigger}} | empty | Specifying this will override the `ok-text` attribute, and the OK button will not render. ok-text | `String` | `''` | Text for the OK button. effect | `String` | `zoom` | Supports: `zoom`, `fade`. id | `String` | | Used by [Trigger](#trigger) to activate the Modal by id.
**Note: Ensure id for each Modal is unique.** diff --git a/docs/userGuide/syntax/questions.md b/docs/userGuide/syntax/questions.md index ccdfbe307c..d979230713 100644 --- a/docs/userGuide/syntax/questions.md +++ b/docs/userGuide/syntax/questions.md @@ -350,13 +350,6 @@ keywords | `String` | `''` | Comma delimited string of keywords or phrases to ma threshold | `Number` | `0.5` | Minimum proportion of keywords that have to be matched in the user's answer for the answer to be marked as correct. answer{{slot_info_trigger}} | `String` | `''` | The answer or explanation to display when the user clicks the check button. - - -- The old `has-input` attributes translate to `type="text"`, but will be deprecated in a future version. -- ``s without a `type` (or an unrecognised one) will always be marked correct when placed in quizzes. - - - #### Quizzes You can also build a series of questions out of multiple `` components. diff --git a/packages/cli/test/functional/test_site_algolia_plugin/expected/index.html b/packages/cli/test/functional/test_site_algolia_plugin/expected/index.html index dbd0afc5e4..5f1ddade96 100644 --- a/packages/cli/test/functional/test_site_algolia_plugin/expected/index.html +++ b/packages/cli/test/functional/test_site_algolia_plugin/expected/index.html @@ -67,7 +67,7 @@

Question hint and answer should have algolia-no-index class

- + Question should not have `algolia-no-index` class