diff --git a/ReactNativeClient/lib/MdToHtml.js b/ReactNativeClient/lib/MdToHtml.js
index b1469aabc2..a8c55cd609 100644
--- a/ReactNativeClient/lib/MdToHtml.js
+++ b/ReactNativeClient/lib/MdToHtml.js
@@ -311,6 +311,8 @@ class MdToHtml {
output.push(t.content);
} else if (t.type === 'softbreak') {
output.push('
');
+ } else if (t.type === 'hardbreak') {
+ output.push('
');
} else if (t.type === 'hr') {
output.push('