Skip to content

Line break in info field - config.toml #736

Answered by luizdepra
magalios asked this question in Q&A
Discussion options

You must be logged in to vote

Hey!

The info field is a list, if you put two sentences, they will stack on top of each other. See the demo here.

info = ["First line", "Second line"]

But, if you need an empty line, you just could add an empty string in the list. Something like this:

info = ["First line", "", "Second line"]

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by luizdepra
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants