anytype-ts
anytype-ts copied to clipboard
Code Snippet Indentation Issue in Exported Markdown
trafficstars
Have you read a contributing guide?
- [X] I have read CONTRIBUTING.md
- [X] I have searched the existing requests and didn't find any that were similar
- [X] I have considered creating a pull request instead and want to proceed
Clear and concise description of the problem
lists with indented code snippets are not aligned as expected in the exported Markdown file. The indentation of code snippets does not match the list structure, causing rendering issues in Markdown viewers.
Suggested solution
The code snippet should maintain proper alignment relative to the list item. Logseq handles this scenario well.
Alternative
No response
Additional context
No response