Skip to content

issues Search Results · repo:JessicaTegner/pypandoc language:Python

Filter by

198 results
 (70 ms)

198 results

inJessicaTegner/pypandoc (press backspace or delete to remove)

When converting HTML containing adjacent inline elements without whitespace between them, pypandoc merges their content without adding spaces in the resulting Markdown. before.html: some_tag 123 /some_tag ...
  • shladnik
  • 1
  • Opened 
    13 days ago
  • #403

Hi @JessicaTegner, I see that the project metadata and packaging is spread across several files, including: - pypandoc/__init__.py (shared metadata) - setup.py (packaging) - setup_binary.py (packaging) ...
  • kurtmckee
  • 1
  • Opened 
    on Feb 20
  • #400

Hi, This library doesn t have a py.typed file, and hence considered untyped by mypy and other checkers. Solution: add a py.typed file as part of the package. This is a small thing. Here is the pertinent ...
  • Goldziher
  • 1
  • Opened 
    on Jan 31
  • #397

I tried the code that works for converting the data inside a main.tex to markdown file. However, some projects contain a main.tex which have \input{} that calls different .tex inside a folder. Is pypandoc ...
  • lyysl
  • Opened 
    on Jan 22
  • #388

Hello Searching the archives returned nothing. Since pandoc can take a while to convert an HTML document to EPUB, I d like to display progress in the console so the user knows it s not stuck. Is there ...
  • Shohreh
  • 2
  • Opened 
    on Dec 10, 2024
  • #385

Hello, I just installed and tried pypandoc, but I can t figure out how to set metadata in the EPUB output file os.environ.setdefault( PYPANDOC_PANDOC , r c:\Apps\Pandoc\pandoc.exe ) #print(pypandoc.get_pandoc_version()) ...
  • Shohreh
  • 1
  • Opened 
    on Dec 6, 2024
  • #383

As of pandoc 2.8.0.1, released in November 2019, pdf is a valid output format. Since well before then, LaTeX was not the only intermediary format for creating PDFs; we currently force latex as the intermediary, ...
  • ashi-agrawal
  • 2
  • Opened 
    on Nov 17, 2024
  • #380

The problem is here: https://github.com/JessicaTegner/pypandoc/blob/7111c16ae6a81b7d152cb79dafec647f6c259bdd/pypandoc/pandoc_download.py#L61 Affects other packages that rely on pypandoc. Debian bug ...
  • savchenko
  • 1
  • Opened 
    on Oct 4, 2024
  • #377

One of the main use cases of pypandoc-binary is in an airgapped environment, when the user does not have control over the version of pandoc to install. Currently, the version that comes packed is hardcoded ...
  • hideintheclouds
  • 2
  • Opened 
    on Sep 2, 2024
  • #375

Hello. Sorry my bad english. I install pypandoc by pip, i used the command: pip install pypandoc_binary But when i run simple script to convert file, this throws an exception. Script example: import ...
  • AleksVersus
  • 2
  • Opened 
    on Sep 2, 2024
  • #374
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Press the
/
key to activate the search input again and adjust your query.
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Press the
/
key to activate the search input again and adjust your query.
Issue search results · GitHub