You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.