Fixes https://github.com/kaushalmodi/ox-hugo/issues/147.master
parent
8c792bd2c4
commit
480aa31fe1
3 changed files with 27 additions and 0 deletions
@ -0,0 +1,13 @@ |
||||
+++ |
||||
title = "Force line break" |
||||
tags = ["body", "force", "line-break"] |
||||
draft = false |
||||
+++ |
||||
|
||||
From [`C-h i g (org) Paragraphs`](https://orgmode.org/manual/Paragraphs.html): |
||||
|
||||
> Paragraphs are separated by at least one empty line. If you need to |
||||
> enforce a line break within a paragraph, use ‘\\\\’ at the end of a line. |
||||
|
||||
Line 1 <br /> |
||||
Line 2 |
||||
Loading…
Reference in new issue