aerohub/hugo-identity-theme

How can I make the positio linefeed if it's too lang.

iuen opened this issue · 1 comments

iuen commented

I tried '/n' '/r' but it doesn't,can you help me?

Hi, @iuen. The strings don't run through the Markdown processor. May be I will add this feature later. Now you may use <br> instead of \n or \r in config.toml like this:

# Personal settings

    name = "Jane Doe"
    position = "Senior Psychonautics Engineer<br> With Very Big Ambitions"

UPDATE: It's true for Identity theme now, not for all Hugo themes:

The strings don't run through the Markdown processor