FineFindus / artem

Convert images from multiple formats (jpg, png, webp, etc…) to ASCII art, written in Rust
Mozilla Public License 2.0
293 stars 9 forks source link

output html: make pre end tag below text body #11

Closed FOSSBOSS closed 2 years ago

FOSSBOSS commented 2 years ago

Is your feature request related to a problem? Please describe. It would be nice if the pre tag close was below the last line of text making the text body its own block

Describe the solution you'd like A clear and concise description of what you want to happen. this: "" to be on a line below the last line of the text body. Or: this: "" like this: "" "" Describe alternatives you've considered A clear and concise description of any alternative solutions or features you've considered. learn enough rust to edit this code.

Additional context I'm going to use this to make animated ascii art frames in the animation where the tags are makes that less easy

Information

FineFindus commented 2 years ago

I added a line break before the </pre>tag.

This will probably not be a new release for a while (waiting for a few more things to be included), so I would recommend compiling the master branch yourself (it should be stable) if you need this immediately.