joeatbayes / interpolator

Produce finished Markdown documents by Interpolating content from previously defined entities by reference. Avoid the need manually update markdown files using cut and paste commonly used terms descriptions or object definitions.
MIT License
2 stars 1 forks source link

Proper indenting of bullets in .md content lost during processing. #1

Closed joeatbayes closed 5 years ago

joeatbayes commented 5 years ago

Iindention of leading space in markdown seems to be lost. This caused improper indenting of bullets for resulting markup.

joeatbayes commented 5 years ago

2019-04-09:JOE: Fixed bug causing indention of leading space to be lost. This caused improper indenting of bullets for resulting markup. This was caused by a trimspace in main line reader which was not needed with new parser. Removed this and the indenting started working OK in both MD file and generated HTML.