@khanacademy/simple-markdown
Advanced tools
Comparing version 0.0.0-PR1064-20240712192359 to 0.0.0-PR1064-20240715182020
@@ -5,3 +5,3 @@ import { addLibraryVersionToPerseusDebug } from '@khanacademy/perseus-core'; | ||
const libName = "@khanacademy/simple-markdown"; | ||
const libVersion = "0.12.0"; | ||
const libVersion = "0.12.1"; | ||
addLibraryVersionToPerseusDebug(libName, libVersion); | ||
@@ -8,0 +8,0 @@ |
@@ -9,3 +9,3 @@ 'use strict'; | ||
const libName = "@khanacademy/simple-markdown"; | ||
const libVersion = "0.12.0"; | ||
const libVersion = "0.12.1"; | ||
perseusCore.addLibraryVersionToPerseusDebug(libName, libVersion); | ||
@@ -12,0 +12,0 @@ |
@@ -6,3 +6,3 @@ { | ||
"license": "MIT", | ||
"version": "0.0.0-PR1064-20240712192359", | ||
"version": "0.0.0-PR1064-20240715182020", | ||
"publishConfig": { | ||
@@ -29,3 +29,3 @@ "access": "public" | ||
"dependencies": { | ||
"@khanacademy/perseus-core": "1.4.2" | ||
"@khanacademy/perseus-core": "1.5.0" | ||
}, | ||
@@ -32,0 +32,0 @@ "devDependencies": { |
@@ -1,3 +0,2 @@ | ||
simple-markdown | ||
=============== | ||
# @khanacademy/simple-markdown | ||
@@ -7,4 +6,3 @@ simple-markdown is a markdown-like parser designed for simplicity | ||
Philosophy | ||
---------- | ||
## Philosophy | ||
@@ -35,4 +33,3 @@ Most markdown-like parsers aim for [speed][marked] or | ||
Getting started | ||
--------------- | ||
## Getting started | ||
@@ -43,4 +40,4 @@ First, let's parse and output some generic markdown using | ||
If you want to run these examples in | ||
node, you should run `npm install` in the simple-markdown | ||
folder or `npm install simple-markdown` in your project's | ||
node, you should run `yarn` in the simple-markdown | ||
folder or `yarn add simple-markdown` in your project's | ||
folder. Then you can acquire the `SimpleMarkdown` variable | ||
@@ -113,4 +110,3 @@ with: | ||
Adding a simple extension | ||
------------------------- | ||
## Adding a simple extension | ||
@@ -230,4 +226,3 @@ Let's add an underline extension! To do this, we'll need to create | ||
Basic parsing/output API | ||
------------------------ | ||
## Basic parsing/output API | ||
@@ -258,4 +253,3 @@ #### `SimpleMarkdown.defaultBlockParse(source)` | ||
Extension Overview | ||
------------------ | ||
## Extension Overview | ||
@@ -376,4 +370,3 @@ Elements in simple-markdown are generally created from rules. | ||
Extension API | ||
------------- | ||
## Extension API | ||
@@ -453,9 +446,3 @@ simple-markdown includes access to the default list of rules, | ||
Extension rules helper functions | ||
-------------------------------- | ||
*Coming soon* | ||
LICENSE | ||
------- | ||
## LICENSE | ||
MIT. See the LICENSE file for text. |
360589
441
+ Added@khanacademy/perseus-core@1.5.0(transitive)
- Removed@khanacademy/perseus-core@1.4.2(transitive)