Skip to content

Commit

Permalink
fix linting
Browse files Browse the repository at this point in the history
  • Loading branch information
vinmaster committed Oct 11, 2021
1 parent 6e999d5 commit 5cca8e9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tests/markdown.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ test.skip('example 1', () => {
### Fixed
- \`[](<foo<bar>)\` is no longer a valid link.
- \`[](url (xxx())\` is no longer a valid link.
- \`[](url\ xxx)\` is no longer a valid link.
- \`[](url xxx)\` is no longer a valid link.
- Fix performance issues when parsing links (#732, #734), backticks, (#733, #736),
emphases (#735), and autolinks (#737).
- Allow newline in \`<? ... ?>\` in an inline context.
Expand Down Expand Up @@ -537,7 +537,7 @@ test.skip('example 1', () => {
- Rewritten links normalizer to solve different edge cases (use \`mdurl\`
package), #29.
- Moved link title entities replace out of renderer.
- Fixed escaped entities in links (\`foo\&amp;/bar\`).
- Fixed escaped entities in links (\`foo&amp;/bar\`).
- Improved smartquotes logic, #61.
Expand All @@ -563,7 +563,7 @@ test.skip('example 1', () => {
### Fixed
- Fixed hang on long vertical list of links. Appeared in 3.0.5. See #54 for
details. Thanks to @fengmk2 for report!
- Table lines now can have escaped pipe char \`\|\` (#5).
- Table lines now can have escaped pipe char \`|\` (#5).
## [3.0.5] - 2015-02-06
Expand Down

0 comments on commit 5cca8e9

Please sign in to comment.