r - Split the title onto multiple lines? -


in r markdown document (html , presentations), possible manually split title onto multiple lines? tried playing pipes produces orrendous output.

--- title:  'a title want split on 2 lines' author:  date:  output:   ioslides_presentation --- 

for html output <br> tag while if output pdf or pdf presentation standard latex code break line given \\ should work.

example

--- title:  'a title want <br> split on 2 lines' author:  date:  output:   ioslides_presentation --- 

for pdf

just rule out possibilities, i've tried put \\ or \newline, both not split, pdf seems little bit tricky. \linebreak stop knitr parsing. maybe user can solve question knitr pdfs.


Comments

Popular posts from this blog

angularjs - Redirect to a new template in angular js -

Oracle SQL. How to select specific IDs where value of columns specify criteria? -

Desktop Launcher for Python Script Starts Program in Wrong Path (Linux) -