-
Notifications
You must be signed in to change notification settings - Fork 47
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fixing npm audit #84
Fixing npm audit #84
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -203,11 +203,9 @@ exports[`should be able to compile list 1`] = ` | |
|
||
exports[`should be able to compile list with html tag 1`] = ` | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. OK, @stof If we remove this testcase, and upgrade, then release as a new major version, I'm ok with that. |
||
<div> | ||
<font | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. This is not correct, unfortunately 😢 There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. That is fair. I'll check it out. |
||
color="red" | ||
> | ||
this is root red text | ||
</font> | ||
<p> | ||
<font color="red"> this is root red text </font> | ||
</p> | ||
<ul> | ||
<li> | ||
list 1 | ||
|
@@ -216,21 +214,13 @@ exports[`should be able to compile list with html tag 1`] = ` | |
list 2 | ||
</li> | ||
<li> | ||
<font | ||
color="blue" | ||
> | ||
list blue text | ||
</font> | ||
<font color="blue">list blue text</font> | ||
</li> | ||
<li> | ||
list 3 | ||
<ul> | ||
<li> | ||
<font | ||
color="green" | ||
> | ||
two depth green text | ||
</font> | ||
<font color="green">two depth green text</font> | ||
</li> | ||
</ul> | ||
</li> | ||
|
@@ -240,24 +230,26 @@ exports[`should be able to compile list with html tag 1`] = ` | |
|
||
exports[`should be able to compile multiple html 1`] = ` | ||
<div> | ||
<p> | ||
<div>hello</div> | ||
<strong>there</strong> | ||
<em>world</em> | ||
</p> | ||
</div> | ||
`; | ||
<div> | ||
<div> | ||
hello | ||
</div> | ||
|
||
|
||
exports[`should be able to compile multiple html as components 1`] = ` | ||
<div> | ||
<p> | ||
<div>hello</div> | ||
<strong>there</strong> | ||
<em>world</em> | ||
</p> | ||
<strong> | ||
there | ||
</strong> | ||
|
||
|
||
<em> | ||
world | ||
</em> | ||
</div> | ||
</div> | ||
`; | ||
|
||
exports[`should be able to compile multiple html as components 1`] = `<div />`; | ||
|
||
exports[`should be able to compile nested lists 1`] = ` | ||
<div> | ||
<ul> | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
marked
already has0.8.0
in 3 months agohttps://www.npmjs.com/package/marked