I am taking some programming notes, and the source code lines are too long.
I want to insert a character to mark the end of the line when I print the paper, but I want to be able to copy the source code without those characters.
Does libreoffice allow me to do something like this?
UPDATE: I am talking about adding a sign such as ¶ (formatting mark) at the and of all my code blocks. When I print the document, I should see those characters. When I copy a code block from the document, the characters should not be in the clipboard.
Basically, I need to somehow mark the end of the line, for the cases when the line is wrapped.