allow markdown in tutorial text
This commit is contained in:
		
							parent
							
								
									13d2d3d301
								
							
						
					
					
						commit
						b60ec9136a
					
				
							
								
								
									
										297
									
								
								package-lock.json
									
									
									
										generated
									
									
									
								
							
							
						
						
									
										297
									
								
								package-lock.json
									
									
									
										generated
									
									
									
								
							| @ -1806,6 +1806,14 @@ | ||||
|       "resolved": "https://registry.npmjs.org/@types/json-schema/-/json-schema-7.0.5.tgz", | ||||
|       "integrity": "sha512-7+2BITlgjgDhH0vvwZU/HZJVyk+2XUlvxXe8dFMedNX/aMkaOq++rMAFXc0tM7ij15QaWlbdQASBR9dihi+bDQ==" | ||||
|     }, | ||||
|     "@types/mdast": { | ||||
|       "version": "3.0.3", | ||||
|       "resolved": "https://registry.npmjs.org/@types/mdast/-/mdast-3.0.3.tgz", | ||||
|       "integrity": "sha512-SXPBMnFVQg1s00dlMCc/jCdvPqdE4mXaMMCeRlxLDmTAEoegHT53xKtkDnzDTOcmMHUfcjyf36/YYZ6SxRdnsw==", | ||||
|       "requires": { | ||||
|         "@types/unist": "*" | ||||
|       } | ||||
|     }, | ||||
|     "@types/minimatch": { | ||||
|       "version": "3.0.3", | ||||
|       "resolved": "https://registry.npmjs.org/@types/minimatch/-/minimatch-3.0.3.tgz", | ||||
| @ -1955,6 +1963,11 @@ | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     "@types/unist": { | ||||
|       "version": "2.0.3", | ||||
|       "resolved": "https://registry.npmjs.org/@types/unist/-/unist-2.0.3.tgz", | ||||
|       "integrity": "sha512-FvUupuM3rlRsRtCN+fDudtmytGO6iHJuuRKS1Ss0pG5z8oX0diNEw94UEL7hgDbpN94rgaK5R7sWm6RrSkZuAQ==" | ||||
|     }, | ||||
|     "@types/yargs": { | ||||
|       "version": "13.0.9", | ||||
|       "resolved": "https://registry.npmjs.org/@types/yargs/-/yargs-13.0.9.tgz", | ||||
| @ -2980,6 +2993,11 @@ | ||||
|       "resolved": "https://registry.npmjs.org/babylon/-/babylon-6.18.0.tgz", | ||||
|       "integrity": "sha512-q/UEjfGJ2Cm3oKV71DJz9d25TPnq5rhBVL2Q4fA5wcC3jcrdn7+SssEybFIxwAvvP+YCsCYNKughoF33GxgycQ==" | ||||
|     }, | ||||
|     "bail": { | ||||
|       "version": "1.0.5", | ||||
|       "resolved": "https://registry.npmjs.org/bail/-/bail-1.0.5.tgz", | ||||
|       "integrity": "sha512-xFbRxM1tahm08yHBP16MMjVUAvDaBMD38zsM9EMAUN61omwLmKlOpB/Zku5QkjZ8TZ4vn53pj+t518cH0S03RQ==" | ||||
|     }, | ||||
|     "balanced-match": { | ||||
|       "version": "1.0.0", | ||||
|       "resolved": "https://registry.npmjs.org/balanced-match/-/balanced-match-1.0.0.tgz", | ||||
| @ -3571,6 +3589,21 @@ | ||||
|         "supports-color": "^5.3.0" | ||||
|       } | ||||
|     }, | ||||
|     "character-entities": { | ||||
|       "version": "1.2.4", | ||||
|       "resolved": "https://registry.npmjs.org/character-entities/-/character-entities-1.2.4.tgz", | ||||
|       "integrity": "sha512-iBMyeEHxfVnIakwOuDXpVkc54HijNgCyQB2w0VfGQThle6NXn50zU6V/u+LDhxHcDUPojn6Kpga3PTAD8W1bQw==" | ||||
|     }, | ||||
|     "character-entities-legacy": { | ||||
|       "version": "1.1.4", | ||||
|       "resolved": "https://registry.npmjs.org/character-entities-legacy/-/character-entities-legacy-1.1.4.tgz", | ||||
|       "integrity": "sha512-3Xnr+7ZFS1uxeiUDvV02wQ+QDbc55o97tIV5zHScSPJpcLm/r0DFPcoY3tYRp+VZukxuMeKgXYmsXQHO05zQeA==" | ||||
|     }, | ||||
|     "character-reference-invalid": { | ||||
|       "version": "1.1.4", | ||||
|       "resolved": "https://registry.npmjs.org/character-reference-invalid/-/character-reference-invalid-1.1.4.tgz", | ||||
|       "integrity": "sha512-mKKUkUbhPpQlCOfIuZkvSEgktjPFIsZKRRbC6KWVEMvlzblj3i3asQv5ODsrwt0N3pHAEvjP8KTQPHkp0+6jOg==" | ||||
|     }, | ||||
|     "chardet": { | ||||
|       "version": "0.7.0", | ||||
|       "resolved": "https://registry.npmjs.org/chardet/-/chardet-0.7.0.tgz", | ||||
| @ -6677,6 +6710,63 @@ | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     "html-to-react": { | ||||
|       "version": "1.4.5", | ||||
|       "resolved": "https://registry.npmjs.org/html-to-react/-/html-to-react-1.4.5.tgz", | ||||
|       "integrity": "sha512-KONZUDFPg5OodWaQu2ymfkDmU0JA7zB1iPfvyHehTmMUZnk0DS7/TyCMTzsLH6b4BvxX15g88qZCXFhJWktsmA==", | ||||
|       "requires": { | ||||
|         "domhandler": "^3.3.0", | ||||
|         "htmlparser2": "^5.0", | ||||
|         "lodash.camelcase": "^4.3.0", | ||||
|         "ramda": "^0.27.1" | ||||
|       }, | ||||
|       "dependencies": { | ||||
|         "dom-serializer": { | ||||
|           "version": "1.1.0", | ||||
|           "resolved": "https://registry.npmjs.org/dom-serializer/-/dom-serializer-1.1.0.tgz", | ||||
|           "integrity": "sha512-ox7bvGXt2n+uLWtCRLybYx60IrOlWL/aCebWJk1T0d4m3y2tzf4U3ij9wBMUb6YJZpz06HCCYuyCDveE2xXmzQ==", | ||||
|           "requires": { | ||||
|             "domelementtype": "^2.0.1", | ||||
|             "domhandler": "^3.0.0", | ||||
|             "entities": "^2.0.0" | ||||
|           } | ||||
|         }, | ||||
|         "domelementtype": { | ||||
|           "version": "2.0.2", | ||||
|           "resolved": "https://registry.npmjs.org/domelementtype/-/domelementtype-2.0.2.tgz", | ||||
|           "integrity": "sha512-wFwTwCVebUrMgGeAwRL/NhZtHAUyT9n9yg4IMDwf10+6iCMxSkVq9MGCVEH+QZWo1nNidy8kNvwmv4zWHDTqvA==" | ||||
|         }, | ||||
|         "domhandler": { | ||||
|           "version": "3.3.0", | ||||
|           "resolved": "https://registry.npmjs.org/domhandler/-/domhandler-3.3.0.tgz", | ||||
|           "integrity": "sha512-J1C5rIANUbuYK+FuFL98650rihynUOEzRLxW+90bKZRWB6A1X1Tf82GxR1qAWLyfNPRvjqfip3Q5tdYlmAa9lA==", | ||||
|           "requires": { | ||||
|             "domelementtype": "^2.0.1" | ||||
|           } | ||||
|         }, | ||||
|         "domutils": { | ||||
|           "version": "2.4.2", | ||||
|           "resolved": "https://registry.npmjs.org/domutils/-/domutils-2.4.2.tgz", | ||||
|           "integrity": "sha512-NKbgaM8ZJOecTZsIzW5gSuplsX2IWW2mIK7xVr8hTQF2v1CJWTmLZ1HOCh5sH+IzVPAGE5IucooOkvwBRAdowA==", | ||||
|           "requires": { | ||||
|             "dom-serializer": "^1.0.1", | ||||
|             "domelementtype": "^2.0.1", | ||||
|             "domhandler": "^3.3.0" | ||||
|           } | ||||
|         }, | ||||
|         "htmlparser2": { | ||||
|           "version": "5.0.1", | ||||
|           "resolved": "https://registry.npmjs.org/htmlparser2/-/htmlparser2-5.0.1.tgz", | ||||
|           "integrity": "sha512-vKZZra6CSe9qsJzh0BjBGXo8dvzNsq/oGvsjfRdOrrryfeD9UOBEEQdeoqCRmKZchF5h2zOBMQ6YuQ0uRUmdbQ==", | ||||
|           "requires": { | ||||
|             "domelementtype": "^2.0.1", | ||||
|             "domhandler": "^3.3.0", | ||||
|             "domutils": "^2.4.2", | ||||
|             "entities": "^2.0.0" | ||||
|           } | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     "html-webpack-plugin": { | ||||
|       "version": "4.0.0-beta.11", | ||||
|       "resolved": "https://registry.npmjs.org/html-webpack-plugin/-/html-webpack-plugin-4.0.0-beta.11.tgz", | ||||
| @ -7042,6 +7132,20 @@ | ||||
|         "kind-of": "^3.0.2" | ||||
|       } | ||||
|     }, | ||||
|     "is-alphabetical": { | ||||
|       "version": "1.0.4", | ||||
|       "resolved": "https://registry.npmjs.org/is-alphabetical/-/is-alphabetical-1.0.4.tgz", | ||||
|       "integrity": "sha512-DwzsA04LQ10FHTZuL0/grVDk4rFoVH1pjAToYwBrHSxcrBIGQuXrQMtD5U1b0U2XVgKZCTLLP8u2Qxqhy3l2Vg==" | ||||
|     }, | ||||
|     "is-alphanumerical": { | ||||
|       "version": "1.0.4", | ||||
|       "resolved": "https://registry.npmjs.org/is-alphanumerical/-/is-alphanumerical-1.0.4.tgz", | ||||
|       "integrity": "sha512-UzoZUr+XfVz3t3v4KyGEniVL9BDRoQtY7tOyrRybkVNjDFWyo1yhXNGrrBTQxp3ib9BLAWs7k2YKBQsFRkZG9A==", | ||||
|       "requires": { | ||||
|         "is-alphabetical": "^1.0.0", | ||||
|         "is-decimal": "^1.0.0" | ||||
|       } | ||||
|     }, | ||||
|     "is-arguments": { | ||||
|       "version": "1.0.4", | ||||
|       "resolved": "https://registry.npmjs.org/is-arguments/-/is-arguments-1.0.4.tgz", | ||||
| @ -7104,6 +7208,11 @@ | ||||
|       "resolved": "https://registry.npmjs.org/is-date-object/-/is-date-object-1.0.2.tgz", | ||||
|       "integrity": "sha512-USlDT524woQ08aoZFzh3/Z6ch9Y/EWXEHQ/AaRN0SkKq4t2Jw2R2339tSXmwuVoY7LLlBCbOIlx2myP/L5zk0g==" | ||||
|     }, | ||||
|     "is-decimal": { | ||||
|       "version": "1.0.4", | ||||
|       "resolved": "https://registry.npmjs.org/is-decimal/-/is-decimal-1.0.4.tgz", | ||||
|       "integrity": "sha512-RGdriMmQQvZ2aqaQq3awNA6dCGtKpiDFcOzrTWrDAT2MiWrKQVPmxLGHl7Y2nNu6led0kEyoX0enY0qXYsv9zw==" | ||||
|     }, | ||||
|     "is-descriptor": { | ||||
|       "version": "0.1.6", | ||||
|       "resolved": "https://registry.npmjs.org/is-descriptor/-/is-descriptor-0.1.6.tgz", | ||||
| @ -7159,6 +7268,11 @@ | ||||
|         "is-extglob": "^2.1.1" | ||||
|       } | ||||
|     }, | ||||
|     "is-hexadecimal": { | ||||
|       "version": "1.0.4", | ||||
|       "resolved": "https://registry.npmjs.org/is-hexadecimal/-/is-hexadecimal-1.0.4.tgz", | ||||
|       "integrity": "sha512-gyPJuv83bHMpocVYoqof5VDiZveEoGoFL8m3BXNb2VW8Xs+rz9kqO8LOQ5DH6EsuvilT1ApazU0pyl+ytbPtlw==" | ||||
|     }, | ||||
|     "is-in-browser": { | ||||
|       "version": "1.1.3", | ||||
|       "resolved": "https://registry.npmjs.org/is-in-browser/-/is-in-browser-1.1.3.tgz", | ||||
| @ -8286,6 +8400,11 @@ | ||||
|       "resolved": "https://registry.npmjs.org/lodash._reinterpolate/-/lodash._reinterpolate-3.0.0.tgz", | ||||
|       "integrity": "sha1-DM8tiRZq8Ds2Y8eWU4t1rG4RTZ0=" | ||||
|     }, | ||||
|     "lodash.camelcase": { | ||||
|       "version": "4.3.0", | ||||
|       "resolved": "https://registry.npmjs.org/lodash.camelcase/-/lodash.camelcase-4.3.0.tgz", | ||||
|       "integrity": "sha1-soqmKIorn8ZRA1x3EfZathkDMaY=" | ||||
|     }, | ||||
|     "lodash.memoize": { | ||||
|       "version": "4.1.2", | ||||
|       "resolved": "https://registry.npmjs.org/lodash.memoize/-/lodash.memoize-4.1.2.tgz", | ||||
| @ -8419,6 +8538,30 @@ | ||||
|         "safe-buffer": "^5.1.2" | ||||
|       } | ||||
|     }, | ||||
|     "mdast-add-list-metadata": { | ||||
|       "version": "1.0.1", | ||||
|       "resolved": "https://registry.npmjs.org/mdast-add-list-metadata/-/mdast-add-list-metadata-1.0.1.tgz", | ||||
|       "integrity": "sha512-fB/VP4MJ0LaRsog7hGPxgOrSL3gE/2uEdZyDuSEnKCv/8IkYHiDkIQSbChiJoHyxZZXZ9bzckyRk+vNxFzh8rA==", | ||||
|       "requires": { | ||||
|         "unist-util-visit-parents": "1.1.2" | ||||
|       } | ||||
|     }, | ||||
|     "mdast-util-from-markdown": { | ||||
|       "version": "0.8.1", | ||||
|       "resolved": "https://registry.npmjs.org/mdast-util-from-markdown/-/mdast-util-from-markdown-0.8.1.tgz", | ||||
|       "integrity": "sha512-qJXNcFcuCSPqUF0Tb0uYcFDIq67qwB3sxo9RPdf9vG8T90ViKnksFqdB/Coq2a7sTnxL/Ify2y7aIQXDkQFH0w==", | ||||
|       "requires": { | ||||
|         "@types/mdast": "^3.0.0", | ||||
|         "mdast-util-to-string": "^1.0.0", | ||||
|         "micromark": "~2.10.0", | ||||
|         "parse-entities": "^2.0.0" | ||||
|       } | ||||
|     }, | ||||
|     "mdast-util-to-string": { | ||||
|       "version": "1.1.0", | ||||
|       "resolved": "https://registry.npmjs.org/mdast-util-to-string/-/mdast-util-to-string-1.1.0.tgz", | ||||
|       "integrity": "sha512-jVU0Nr2B9X3MU4tSK7JP1CMkSvOj7X5l/GboG1tKRw52lLF1x2Ju92Ms9tNetCcbfX3hzlM73zYo2NKkWSfF/A==" | ||||
|     }, | ||||
|     "mdn-data": { | ||||
|       "version": "2.0.4", | ||||
|       "resolved": "https://registry.npmjs.org/mdn-data/-/mdn-data-2.0.4.tgz", | ||||
| @ -8507,6 +8650,15 @@ | ||||
|       "resolved": "https://registry.npmjs.org/microevent.ts/-/microevent.ts-0.1.1.tgz", | ||||
|       "integrity": "sha512-jo1OfR4TaEwd5HOrt5+tAZ9mqT4jmpNAusXtyfNzqVm9uiSYFZlKM1wYL4oU7azZW/PxQW53wM0S6OR1JHNa2g==" | ||||
|     }, | ||||
|     "micromark": { | ||||
|       "version": "2.10.1", | ||||
|       "resolved": "https://registry.npmjs.org/micromark/-/micromark-2.10.1.tgz", | ||||
|       "integrity": "sha512-fUuVF8sC1X7wsCS29SYQ2ZfIZYbTymp0EYr6sab3idFjigFFjGa5UwoniPlV9tAgntjuapW1t9U+S0yDYeGKHQ==", | ||||
|       "requires": { | ||||
|         "debug": "^4.0.0", | ||||
|         "parse-entities": "^2.0.0" | ||||
|       } | ||||
|     }, | ||||
|     "micromatch": { | ||||
|       "version": "3.1.10", | ||||
|       "resolved": "https://registry.npmjs.org/micromatch/-/micromatch-3.1.10.tgz", | ||||
| @ -9404,6 +9556,19 @@ | ||||
|         "safe-buffer": "^5.1.1" | ||||
|       } | ||||
|     }, | ||||
|     "parse-entities": { | ||||
|       "version": "2.0.0", | ||||
|       "resolved": "https://registry.npmjs.org/parse-entities/-/parse-entities-2.0.0.tgz", | ||||
|       "integrity": "sha512-kkywGpCcRYhqQIchaWqZ875wzpS/bMKhz5HnN3p7wveJTkTtyAB/AlnS0f8DFSqYW1T82t6yEAkEcB+A1I3MbQ==", | ||||
|       "requires": { | ||||
|         "character-entities": "^1.0.0", | ||||
|         "character-entities-legacy": "^1.0.0", | ||||
|         "character-reference-invalid": "^1.0.0", | ||||
|         "is-alphanumerical": "^1.0.0", | ||||
|         "is-decimal": "^1.0.0", | ||||
|         "is-hexadecimal": "^1.0.0" | ||||
|       } | ||||
|     }, | ||||
|     "parse-json": { | ||||
|       "version": "4.0.0", | ||||
|       "resolved": "https://registry.npmjs.org/parse-json/-/parse-json-4.0.0.tgz", | ||||
| @ -10730,6 +10895,11 @@ | ||||
|         "performance-now": "^2.1.0" | ||||
|       } | ||||
|     }, | ||||
|     "ramda": { | ||||
|       "version": "0.27.1", | ||||
|       "resolved": "https://registry.npmjs.org/ramda/-/ramda-0.27.1.tgz", | ||||
|       "integrity": "sha512-PgIdVpn5y5Yns8vqb8FzBUEYn98V3xcPgawAkkgj0YJ0qDsnHCiNmZYfOGMgOvoB0eWFLpYbhxUR3mxfDIMvpw==" | ||||
|     }, | ||||
|     "randombytes": { | ||||
|       "version": "2.1.0", | ||||
|       "resolved": "https://registry.npmjs.org/randombytes/-/randombytes-2.1.0.tgz", | ||||
| @ -11023,6 +11193,23 @@ | ||||
|       "resolved": "https://registry.npmjs.org/react-is/-/react-is-16.13.1.tgz", | ||||
|       "integrity": "sha512-24e6ynE2H+OKt4kqsOvNd8kBpV65zoxbA4BVsEOB3ARVWQki/DHzaUoC5KuON/BiccDaCCTZBuOcfZs70kR8bQ==" | ||||
|     }, | ||||
|     "react-markdown": { | ||||
|       "version": "5.0.2", | ||||
|       "resolved": "https://registry.npmjs.org/react-markdown/-/react-markdown-5.0.2.tgz", | ||||
|       "integrity": "sha512-kmkB4JbV7LqkDAjvaKRKtodB3n3Id76/DalaDun1U8FuLB0SenPfvH+jAQ5Pcpo54cACRQc1LB1yXmuuuIVecw==", | ||||
|       "requires": { | ||||
|         "@types/mdast": "^3.0.3", | ||||
|         "@types/unist": "^2.0.3", | ||||
|         "html-to-react": "^1.3.4", | ||||
|         "mdast-add-list-metadata": "1.0.1", | ||||
|         "prop-types": "^15.7.2", | ||||
|         "react-is": "^16.8.6", | ||||
|         "remark-parse": "^9.0.0", | ||||
|         "unified": "^9.0.0", | ||||
|         "unist-util-visit": "^2.0.0", | ||||
|         "xtend": "^4.0.1" | ||||
|       } | ||||
|     }, | ||||
|     "react-redux": { | ||||
|       "version": "7.2.0", | ||||
|       "resolved": "https://registry.npmjs.org/react-redux/-/react-redux-7.2.0.tgz", | ||||
| @ -11320,6 +11507,14 @@ | ||||
|       "resolved": "https://registry.npmjs.org/relateurl/-/relateurl-0.2.7.tgz", | ||||
|       "integrity": "sha1-VNvzd+UUQKypCkzSdGANP/LYiKk=" | ||||
|     }, | ||||
|     "remark-parse": { | ||||
|       "version": "9.0.0", | ||||
|       "resolved": "https://registry.npmjs.org/remark-parse/-/remark-parse-9.0.0.tgz", | ||||
|       "integrity": "sha512-geKatMwSzEXKHuzBNU1z676sGcDcFoChMK38TgdHJNAYfFtsfHDQG7MoJAjs6sgYMqyLduCYWDIWZIxiPeafEw==", | ||||
|       "requires": { | ||||
|         "mdast-util-from-markdown": "^0.8.0" | ||||
|       } | ||||
|     }, | ||||
|     "remove-trailing-separator": { | ||||
|       "version": "1.1.0", | ||||
|       "resolved": "https://registry.npmjs.org/remove-trailing-separator/-/remove-trailing-separator-1.1.0.tgz", | ||||
| @ -11387,6 +11582,11 @@ | ||||
|       "resolved": "https://registry.npmjs.org/repeat-string/-/repeat-string-1.6.1.tgz", | ||||
|       "integrity": "sha1-jcrkcOHIirwtYA//Sndihtp15jc=" | ||||
|     }, | ||||
|     "replace-ext": { | ||||
|       "version": "1.0.0", | ||||
|       "resolved": "https://registry.npmjs.org/replace-ext/-/replace-ext-1.0.0.tgz", | ||||
|       "integrity": "sha1-3mMSg3P8v3w8z6TeWkgMRaZ5WOs=" | ||||
|     }, | ||||
|     "request": { | ||||
|       "version": "2.88.2", | ||||
|       "resolved": "https://registry.npmjs.org/request/-/request-2.88.2.tgz", | ||||
| @ -13021,6 +13221,11 @@ | ||||
|         "punycode": "^2.1.0" | ||||
|       } | ||||
|     }, | ||||
|     "trough": { | ||||
|       "version": "1.0.5", | ||||
|       "resolved": "https://registry.npmjs.org/trough/-/trough-1.0.5.tgz", | ||||
|       "integrity": "sha512-rvuRbTarPXmMb79SmzEp8aqXNKcK+y0XaB298IXueQ8I2PsrATcPBCSPyK/dDNa2iWOhKlfNnOjdAOTBU/nkFA==" | ||||
|     }, | ||||
|     "ts-pnp": { | ||||
|       "version": "1.1.6", | ||||
|       "resolved": "https://registry.npmjs.org/ts-pnp/-/ts-pnp-1.1.6.tgz", | ||||
| @ -13113,6 +13318,31 @@ | ||||
|       "resolved": "https://registry.npmjs.org/unicode-property-aliases-ecmascript/-/unicode-property-aliases-ecmascript-1.1.0.tgz", | ||||
|       "integrity": "sha512-PqSoPh/pWetQ2phoj5RLiaqIk4kCNwoV3CI+LfGmWLKI3rE3kl1h59XpX2BjgDrmbxD9ARtQobPGU1SguCYuQg==" | ||||
|     }, | ||||
|     "unified": { | ||||
|       "version": "9.2.0", | ||||
|       "resolved": "https://registry.npmjs.org/unified/-/unified-9.2.0.tgz", | ||||
|       "integrity": "sha512-vx2Z0vY+a3YoTj8+pttM3tiJHCwY5UFbYdiWrwBEbHmK8pvsPj2rtAX2BFfgXen8T39CJWblWRDT4L5WGXtDdg==", | ||||
|       "requires": { | ||||
|         "bail": "^1.0.0", | ||||
|         "extend": "^3.0.0", | ||||
|         "is-buffer": "^2.0.0", | ||||
|         "is-plain-obj": "^2.0.0", | ||||
|         "trough": "^1.0.0", | ||||
|         "vfile": "^4.0.0" | ||||
|       }, | ||||
|       "dependencies": { | ||||
|         "is-buffer": { | ||||
|           "version": "2.0.5", | ||||
|           "resolved": "https://registry.npmjs.org/is-buffer/-/is-buffer-2.0.5.tgz", | ||||
|           "integrity": "sha512-i2R6zNFDwgEHJyQUtJEk0XFi1i0dPFn/oqjK3/vPCcDeJvW5NQ83V8QbicfF1SupOaB0h8ntgBC2YiE7dfyctQ==" | ||||
|         }, | ||||
|         "is-plain-obj": { | ||||
|           "version": "2.1.0", | ||||
|           "resolved": "https://registry.npmjs.org/is-plain-obj/-/is-plain-obj-2.1.0.tgz", | ||||
|           "integrity": "sha512-YWnfyRwxL/+SsrWYfOpUtz5b3YD+nyfkHvjbcanzk8zgyO4ASD67uVMRt8k5bM4lLMDnXfriRhOpemw+NfT1eA==" | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     "union-value": { | ||||
|       "version": "1.0.1", | ||||
|       "resolved": "https://registry.npmjs.org/union-value/-/union-value-1.0.1.tgz", | ||||
| @ -13150,6 +13380,45 @@ | ||||
|         "imurmurhash": "^0.1.4" | ||||
|       } | ||||
|     }, | ||||
|     "unist-util-is": { | ||||
|       "version": "4.0.3", | ||||
|       "resolved": "https://registry.npmjs.org/unist-util-is/-/unist-util-is-4.0.3.tgz", | ||||
|       "integrity": "sha512-bTofCFVx0iQM8Jqb1TBDVRIQW03YkD3p66JOd/aCWuqzlLyUtx1ZAGw/u+Zw+SttKvSVcvTiKYbfrtLoLefykw==" | ||||
|     }, | ||||
|     "unist-util-stringify-position": { | ||||
|       "version": "2.0.3", | ||||
|       "resolved": "https://registry.npmjs.org/unist-util-stringify-position/-/unist-util-stringify-position-2.0.3.tgz", | ||||
|       "integrity": "sha512-3faScn5I+hy9VleOq/qNbAd6pAx7iH5jYBMS9I1HgQVijz/4mv5Bvw5iw1sC/90CODiKo81G/ps8AJrISn687g==", | ||||
|       "requires": { | ||||
|         "@types/unist": "^2.0.2" | ||||
|       } | ||||
|     }, | ||||
|     "unist-util-visit": { | ||||
|       "version": "2.0.3", | ||||
|       "resolved": "https://registry.npmjs.org/unist-util-visit/-/unist-util-visit-2.0.3.tgz", | ||||
|       "integrity": "sha512-iJ4/RczbJMkD0712mGktuGpm/U4By4FfDonL7N/9tATGIF4imikjOuagyMY53tnZq3NP6BcmlrHhEKAfGWjh7Q==", | ||||
|       "requires": { | ||||
|         "@types/unist": "^2.0.0", | ||||
|         "unist-util-is": "^4.0.0", | ||||
|         "unist-util-visit-parents": "^3.0.0" | ||||
|       }, | ||||
|       "dependencies": { | ||||
|         "unist-util-visit-parents": { | ||||
|           "version": "3.1.1", | ||||
|           "resolved": "https://registry.npmjs.org/unist-util-visit-parents/-/unist-util-visit-parents-3.1.1.tgz", | ||||
|           "integrity": "sha512-1KROIZWo6bcMrZEwiH2UrXDyalAa0uqzWCxCJj6lPOvTve2WkfgCytoDTPaMnodXh1WrXOq0haVYHj99ynJlsg==", | ||||
|           "requires": { | ||||
|             "@types/unist": "^2.0.0", | ||||
|             "unist-util-is": "^4.0.0" | ||||
|           } | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     "unist-util-visit-parents": { | ||||
|       "version": "1.1.2", | ||||
|       "resolved": "https://registry.npmjs.org/unist-util-visit-parents/-/unist-util-visit-parents-1.1.2.tgz", | ||||
|       "integrity": "sha512-yvo+MMLjEwdc3RhhPYSximset7rwjMrdt9E41Smmvg25UQIenzrN83cRnF1JMzoMi9zZOQeYXHSDf7p+IQkW3Q==" | ||||
|     }, | ||||
|     "universalify": { | ||||
|       "version": "0.1.2", | ||||
|       "resolved": "https://registry.npmjs.org/universalify/-/universalify-0.1.2.tgz", | ||||
| @ -13344,6 +13613,34 @@ | ||||
|         "extsprintf": "^1.2.0" | ||||
|       } | ||||
|     }, | ||||
|     "vfile": { | ||||
|       "version": "4.2.0", | ||||
|       "resolved": "https://registry.npmjs.org/vfile/-/vfile-4.2.0.tgz", | ||||
|       "integrity": "sha512-a/alcwCvtuc8OX92rqqo7PflxiCgXRFjdyoGVuYV+qbgCb0GgZJRvIgCD4+U/Kl1yhaRsaTwksF88xbPyGsgpw==", | ||||
|       "requires": { | ||||
|         "@types/unist": "^2.0.0", | ||||
|         "is-buffer": "^2.0.0", | ||||
|         "replace-ext": "1.0.0", | ||||
|         "unist-util-stringify-position": "^2.0.0", | ||||
|         "vfile-message": "^2.0.0" | ||||
|       }, | ||||
|       "dependencies": { | ||||
|         "is-buffer": { | ||||
|           "version": "2.0.5", | ||||
|           "resolved": "https://registry.npmjs.org/is-buffer/-/is-buffer-2.0.5.tgz", | ||||
|           "integrity": "sha512-i2R6zNFDwgEHJyQUtJEk0XFi1i0dPFn/oqjK3/vPCcDeJvW5NQ83V8QbicfF1SupOaB0h8ntgBC2YiE7dfyctQ==" | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     "vfile-message": { | ||||
|       "version": "2.0.4", | ||||
|       "resolved": "https://registry.npmjs.org/vfile-message/-/vfile-message-2.0.4.tgz", | ||||
|       "integrity": "sha512-DjssxRGkMvifUOJre00juHoP9DPWuzjxKuMDrhNbk2TdaYYBNMStsNhEOt3idrtI12VQYM/1+iM0KOzXi4pxwQ==", | ||||
|       "requires": { | ||||
|         "@types/unist": "^2.0.0", | ||||
|         "unist-util-stringify-position": "^2.0.0" | ||||
|       } | ||||
|     }, | ||||
|     "vm-browserify": { | ||||
|       "version": "1.1.2", | ||||
|       "resolved": "https://registry.npmjs.org/vm-browserify/-/vm-browserify-1.1.2.tgz", | ||||
|  | ||||
| @ -21,6 +21,7 @@ | ||||
|     "react": "^16.13.1", | ||||
|     "react-cookie-consent": "^5.2.0", | ||||
|     "react-dom": "^16.13.1", | ||||
|     "react-markdown": "^5.0.2", | ||||
|     "react-redux": "^7.2.0", | ||||
|     "react-router-dom": "^5.2.0", | ||||
|     "react-scripts": "3.4.1", | ||||
|  | ||||
| @ -8,6 +8,8 @@ import BlocklyWindow from '../Blockly/BlocklyWindow'; | ||||
| 
 | ||||
| import Grid from '@material-ui/core/Grid'; | ||||
| import Typography from '@material-ui/core/Typography'; | ||||
| import ReactMarkdown from 'react-markdown' | ||||
| 
 | ||||
| 
 | ||||
| class Instruction extends Component { | ||||
| 
 | ||||
| @ -18,7 +20,7 @@ class Instruction extends Component { | ||||
|     return ( | ||||
|       <div> | ||||
|         <Typography variant='h4' style={{ marginBottom: '5px' }}>{step.headline}</Typography> | ||||
|         <Typography style={isHardware ? {} : {marginBottom: '5px'}}>{step.text}</Typography> | ||||
|         <Typography style={isHardware ? {} : { marginBottom: '5px' }}><ReactMarkdown>{step.text}</ReactMarkdown></Typography> | ||||
|         {isHardware ? | ||||
|           <Hardware picture={step.hardware} /> : null} | ||||
|         {areRequirements > 0 ? | ||||
|  | ||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user