Closed Igoranze closed 6 years ago
Merging #61 into develop will not change coverage. The diff coverage is
100%
.
@@ Coverage Diff @@
## develop #61 +/- ##
======================================
Coverage 100% 100%
======================================
Files 12 12
Lines 1195 1195
Branches 219 219
======================================
Hits 1195 1195
Impacted Files | Coverage Δ | |
---|---|---|
textile/core.py | 100% <100%> (ø) |
:arrow_up: |
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 7f44b48...3188b0b. Read the comment docs.
Hi, There was an error on the python-textile module which was rendering codeblocks multiline as follows:
Became:
There are a multiple things wrong here.
Fixed it by checking the inner_tag of block. If that is equal to 'code' do the same rendering as on the 'pre' tag.