bmoliveira / MarkdownKit

A simple and customizable Markdown Parser for Swift
MIT License
783 stars 136 forks source link

Incorrect font size for bold text inside header #71

Open brunoald opened 4 years ago

brunoald commented 4 years ago

Hi, I've noticed that the following markdown text is not rendering as expected:

# Heading with **bold text**

The bold part of the text is being rescaled down, instead of maintaining the header font size.