Skip to content

Commit 6fa749e

Browse files
feat(markdown-converter): just removing extra line
1 parent 68077a2 commit 6fa749e

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

packages/utilities/src/utilities/markdownToHtml/markdownToHtml.js

-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,6 @@ const _fixDoubleSpaces = str => str.replace(_doubleSpaceRegex, ' ');
3535
* <li>Italic examples: _Lorem ipsum_ *dolor*</li>
3636
* </ul>
3737
*
38-
*
3938
* @param {string} str String to convert to html
4039
* @param {object} [options={}] Object with options for the conversion
4140
* @param {boolean} [options.italic=false] Defines if should convert italic

0 commit comments

Comments
 (0)