Closed mmcky closed 4 years ago
:exclamation: No coverage uploaded for pull request base (
master@1f04d93
). Click here to learn what that means. The diff coverage isn/a
.
@@ Coverage Diff @@
## master #84 +/- ##
=========================================
Coverage ? 60.23%
=========================================
Files ? 1
Lines ? 337
Branches ? 0
=========================================
Hits ? 203
Misses ? 134
Partials ? 0
Flag | Coverage Δ | |
---|---|---|
#pytests | 60.23% <ø> (?) |
Flags with carried forward coverage won't be shown. Click here to find out more.
Continue to review full report at Codecov.
Legend - Click here to learn more
Δ = absolute <relative> (impact)
,ø = not affected
,? = missing data
Powered by Codecov. Last update 1f04d93...8d4d0f0. Read the comment docs.
This isn't the perfect solution but it works. In the future should write a block_quote accumulator to support better nestedness
lecture-python-programming
as a test case.
This PR fixes nested math in
block_quotes
It can now parse block quotes such as
without adding
>
syntax to internal math components.