dmail00

Results 6 issues of dmail00

Using [speaker notes](https://pandoc.org/chunkedhtml-demo/10.5-speaker-notes.html) for a pptx, it is said that it supports markdown. However, the following does not produce a valid list ``` % List in notes % % -------------------------...

bug

**Explain the problem.** With an input file: ``` % Fenced code issue in powerpoint # Line numbers ------------------------ ## No line numbers ~~~~ {#mycode .haskell .numberLines startFrom=100} qsort [] =...

bug

**Describe the bug** When list enties which are larger than a line length, and wrap they are not indented. **Minimal code** ```python from fpdf import FPDF pdf = FPDF() pdf.add_page()...

bug
up-for-grabs
html

**Describe the bug** HTML blockquotes are not indented and as a consequence nested blockquotes are not indented. **Minimal code** ```python from fpdf import FPDF pdf = FPDF() pdf.add_page() pdf.write_html("beforelevel 1after")...

bug
html
text-shaping

Describe the bug This problem seems to be related to [issue 547](https://github.com/py-pdf/fpdf2/issues/547) and the mininal example is the [test case](https://github.com/py-pdf/fpdf2/blob/master/test/html/test_html.py#L367C49-L367C58) for it with a slight modification. class HTML2FPDF creates a...

bug
up-for-grabs
html
hacktoberfest

### Bug description Reference: https://github.com/PyCQA/pylint/issues/2166#issuecomment-1229446231 I will pretty much just copy and paste what has already been said. The following shows the issue with two version of pylint 2.4.4 and...

False Negative 🦋
C: invalid-name
Needs PR