🎩 You're Invited:Meet the Socket team at Black Hat in Las Vegas, August 3-6.RSVP
Sign In

gitbook-plugin-jazer

Package Overview
Dependencies
Maintainers
2
Versions
55
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

gitbook-plugin-jazer - npm Package Compare versions

Comparing version
1.0.48
to
1.0.49
+1
-1
package.json
{
"name": "gitbook-plugin-jazer",
"version": "1.0.48",
"version": "1.0.49",
"description": "Gitbook exercises validated through a XRegExp and Javascript (work in progress)",

@@ -5,0 +5,0 @@ "keywords": [

@@ -41,2 +41,4 @@ # Gitbook-Plugin-Jazer - REGEXP

/(\s*(Crist[oó]bal\s+)?Col[oó]n\s*)|((Christopher\s+)?Columbus)/i
{% editor %}
Placeholder text on editor
{% endregexp %}

@@ -62,2 +64,4 @@ ```

/ix
{% editor %}
Placeholder text on editor
{% endregexp %}

@@ -79,6 +83,8 @@ ```

}
{% editor %}
Placeholder text on editor
{% endquestionjs %}
```
## Exercises accept markdown.
## Exercises accept markdown

@@ -110,3 +116,14 @@ ```javascript

## Blocks
Each exercises has 3 blocks.
`{% solution %}`: The text the user must enter to validate the question. Its shown when the user click the solution button.
`{% validation %}`: The validation for the question.
`{% editor %}`: Specify a placeholder text on the editor.
## Parameters

@@ -113,0 +130,0 @@