LoginSignup
2
1

More than 5 years have passed since last update.

RNotebookで,エディタ上の改行と同じ位置でhtmlでも改行させる方法(HardLineBreaks)

Last updated at Posted at 2019-04-22
---
title: "R Notebook"
output: 
  html_notebook: 
    pandoc_args: ["-f", "markdown+hard_line_breaks"]
---

pandocに渡す引数を設定する.
hard_line_breaksというオプションを設定することで,
マークダウンファイル上での改行がhtmlにも反映される.





オプションが無い場合
image.png

オプションがある場合
image.png

2
1
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
2
1