ikeq / hexo-theme-inside

🌈 SPA, Flat and clean theme for Hexo https://blog.oniuo.com/theme-inside
MIT License
682 stars 95 forks source link

how to add LineBreak to `bio` #300

Closed nor0x closed 2 years ago

nor0x commented 3 years ago

is it possible to add a newline like <br /> to the bio text render a break and text on a new line?

i have already tried the following syntax but didn't have any luck so far

  bio: |+
    Hello World!

    this should be in a new line
  bio:
     Hello World! \n this should be in a new line
  bio: |
    Hello World! \n
    this should be in a new line
ikeq commented 2 years ago

supported both syntax (\n and <br>) #302