modiimedia / contentful-hugo

A CLI tool that pulls data from Contentful and turns it into markdown files for Hugo and other static site generators. It also includes an express server that can be used for local development and content previews

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Bold Text Inside Italic Text Causes Markdown Issues

joshmossas opened this issue · comments

In the Contentful rich text field when a whole line is formatted to be italic and there is bold text at the end of the italic line. It causes markdown rendering issues.

Contentful Screenshot:
image

Screenshot of result:
image

When the bold text is in the center of the italic statement there are no issues.

Contentful Screenshot
image

Screenshot of result
image

This turns out to be an issue involving non-breaking spaces. The text was originally copied from a word document which added a bunch of non-breaking spaces.

fixed in 93466f8