chrisdhaan / CDMarkdownKit

An extensive Swift framework providing simple and customizable markdown parsing.
MIT License
254 stars 66 forks source link

Added missing configuration parameters to element initializers #11

Closed FelixLisczyk closed 6 years ago

FelixLisczyk commented 6 years ago

Issue Link :link:

The CDMarkdownParser class did not propagate custom configuration parameters (e.g. paragraph style) to its elements.

Testing Details :mag:

No tests were added.