adding/increasing default number of lines for mr description rendering #45
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "Add-lines-support-description"
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?
I thought instead of making an issue I'd try to solve it "my self".
@ -19,2 +25,3 @@CharLimit(1000000).Value(&i.Text)Value(&i.Text).Lines(i.lines)In go when you initialize a int it defaults to zero. So if the text input were to be used anywhere else with
input.NewText("asdf")it would be zero lines long. I would recommend to instead check ifi.linesis zero and if it is we don't passLines(i.lines)tohuh.NewText.Okay, tried to fix that now. running
murp mr createstill works.. =)LGTM!