Text reflow woes (or: I want bullets back!)y

On 12/15/19 6:12 PM, Aaron Janse wrote:
> But none of these examples require reflowing text in the source code, right?
> In markdown, if you want text to reflow, you just let it go past 80 columns,
> or whatever the viewport width is. So this entire paragraph would have no
> newlines in its source code.
> 
> fn main() {
>     print!("But none of this text reflows because ")
>     println!("it's less than the viewport width.")    
> }

Source code can be longer than 80 columns. Also, some clients may not
want to use 80 column widths. We have mobile gopher clients favoring 40
columns.

---

Previous in thread (56 of 148): 🗣️ Aaron Janse (aaron (a) ajanse.me)

Next in thread (58 of 148): 🗣️ Aaron Janse (aaron (a) ajanse.me)

View entire thread.