aerohub / hugo-identity-theme

Little profile/card-style template for Hugo. Based on Identity by HTML5 UP.
Other
89 stars 44 forks source link

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

Closed iuen closed 8 years ago

iuen commented 8 years ago

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

aerohub commented 8 years ago

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