-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
Bug Report
Describe the bug
When using markdown code blocks in a comment in the component, the markdown is not rendered correctly. This is because the logic for formatting the comment to markdown removes the spaces in the beginning. So currently the codeblock is rendered with missing spaces/tabs
Reproducing the bug
Steps to reproduce the behavior:
- Write a code block with indentation
- Run
labdoc generate - See the rendered codeblock with missing indentation
Expected behavior
The indentation should be kept when rendering a code block.
Version
1.2.0
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels