[video.py] newlines and spaces in video description are stripped #17
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
From https://git.vvvvvvaria.org/rra/lumbung-video-prototype/issues/5
Somewhere in the process all newlines and spaces that are part of the video description are stripped, messing up the layout and not preserving the intention of the authors of the description.
This either happens here: https://git.autonomic.zone/ruangrupa/lumbunglib/src/branch/master/lumbunglib/video.py#L53
Or in the conversion from md to HTML in hugo
can't reproduce