snekomatic
snekomatic copied to clipboard
Bump marko from 0.7.1 to 1.1.0
Bumps marko from 0.7.1 to 1.1.0.
Changelog
Sourced from marko's changelog.
v1.1.0(2021-07-23)
- Update the implementation to conform with Commonmark 0.30 spec.
v1.0.3(2021-06-07)
- Consider unicode punctuations when judging whether a delimiter is an opener or a closer.
- Prefix parsing is eager now.
v1.0.2(2021-04-06)
- Fix a parsing crash if no newline following the prefix of a block element.
- Unescape html character refs in ASTRenderer result.
- Fix an index error when parsing an incomplete link.
v1.0.1(2021-01-06)
- Remove the duplicate newlines in the output of paragraphs of markdown renderer.
v1.0.0(2020-12-29)
- Drop support of Python 2.7
- Remove the deprecated extension object
- Blacken the code base
v0.10.0(2020-11-23)
- Drop support of Python 3.5
- Fix a bug about rendering image links of
MarkdownRenderv0.9.1(2020-09-27)
- Fix an XSS issue that exists in code language field.
v0.9.0(2020-09-27)
- Fix a bug that backslashes get dropped inside a table cell.
- Fix a bug that the priority of inline elements is not honored.
- Add a new renderer:
marko.md_renderer.MarkdownRendererwhich rerenders the input back to markdown text.v0.8.2(2020-06-22)
- Add support for specifying extensions in marko CLI.
- Display a help message when prompting for input in marko CLI.
v0.8.1(2020-04-03)
- Fix a bug of list item parsing when mixed whitespace type is used.
v0.8.0(2020-03-07)
... (truncated)
Commits
43209e8Release version 1.1.0c747facMerge pull request #93 from frostming:commonmark/0.30288c581Update documents about 0.30 specf5ced68Update to conform with commonmark 0.309b651f4Bump version to 1.0.30b4e242Prefix parsing is eager now2486d15Merge pull request #88 from frostming/bugfix/punctuation57003fdadd change log38a1958consider unicode punctuationa2dab4eMerge pull request #86 from MapleCCC/master- Additional commits viewable in compare view
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)@dependabot use these labelswill set the current labels as the default for future PRs for this repo and language@dependabot use these reviewerswill set the current reviewers as the default for future PRs for this repo and language@dependabot use these assigneeswill set the current assignees as the default for future PRs for this repo and language@dependabot use this milestonewill set the current milestone as the default for future PRs for this repo and language@dependabot badge mewill comment on this PR with code to add a "Dependabot enabled" badge to your readme
Additionally, you can set the following in your Dependabot dashboard:
- Update frequency (including time of day and day of week)
- Pull request limits (per update run and/or open at any time)
- Automerge options (never/patch/minor, and dev/runtime dependencies)
- Out-of-range updates (receive only lockfile updates, if desired)
- Security updates (receive only security updates, if desired)
Codecov Report
Merging #188 (ebac829) into master (43e8e6d) will not change coverage. The diff coverage is
n/a.
@@ Coverage Diff @@
## master #188 +/- ##
=======================================
Coverage 94.39% 94.39%
=======================================
Files 13 13
Lines 660 660
Branches 56 56
=======================================
Hits 623 623
Misses 28 28
Partials 9 9