Skip to content

Issue 1: Inconsistent file extensions in HTMLExporter and LatexExporter #112

@PrinceSajjadHussain

Description

@PrinceSajjadHussain

Body:
The HTMLExporter and LatexExporter classes both inherit from Exporter and define a file_extension attribute. However, they are incorrectly set to "txt" instead of "html" and "tex" respectively. This will result in the converted files having the wrong extension, making them harder to open with the appropriate tools. The Exporter class defines it as "txt" but child classes should override this.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions