You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Markdown publisher generates attr_list without space after first curly bracket
ie. {#SRS-001 } instead { #SRS-001 }
This may create a problem when we want to render the output markdown documents in any system that uses those markup extensions ie. some documentation engines that are using markdown as content. They recognize {# as a starting block for various block types.
I second that that there should be no spaces as default. But instead introducing flags I would focus on #515 to allow the necessary customizations for even more extensions than we can think off. I didn't close this issue after creating #515 because I see it as a good use case for templating engine
Markdown publisher generates attr_list without space after first curly bracket
ie.
{#SRS-001 }
instead{ #SRS-001 }
This may create a problem when we want to render the output markdown documents in any system that uses those markup extensions ie. some documentation engines that are using markdown as content. They recognize
{#
as a starting block for various block types.I think that here:
doorstop/doorstop/core/publisher.py
Lines 496 to 498 in a770dc4
a very small change will solve the issue:
The text was updated successfully, but these errors were encountered: