Fix exporter

#13
by lewtun HF Staff - opened
Hugging Face Smol Models Research org
edited 4 days ago

This PR fixes three main things:

  • The export to .txt and .docx not working due to hard-coded ports
  • The code in the text export being wrapped to 80 characters via yarn run export:txt -- --code-width=80
  • The code in the docx export not being formatted correctly

Co-authored with Codex

lewtun changed pull request status to open
Cannot merge
This branch has merge conflicts in the following files:
  • app/scripts/export-docx.mjs
  • app/scripts/export-txt.mjs
  • app/scripts/screenshot-elements.mjs

Sign up or log in to comment