Hey,
I want to check if the "cursor" is currently at the start of a line. If it isn't, I want to insert a linebreak.
Something like this:
if (cursor_at_start) {
fleuron
#h(1fr)
fleuron
} else {
#linebreak()
fleuron
#h(1fr)
fleuron
}
Basically, if the current line was preceded by a block or by a linebreak, I don't need an additional linebreak.