generated from obsidianmd/obsidian-sample-plugin
-
-
Notifications
You must be signed in to change notification settings - Fork 71
Closed
Labels
bugUndesired behavior caused by this pluginUndesired behavior caused by this plugin
Description
Please fill out these Check-boxes
- I checked for existing similar issues
- I checked that the plugin is up to date
- The issue persists with all other plugins and themes disabled
Plugin Version
1.4.1
This Issue Occurs on
- Windows
- Linux
- macOS
- Android
- iOS
Debug Info
None
Describe the Issue
Newlines are not preserved by an embed
Steps to Reproduce
Here is my embed:
```meta-bind-embed
[[note]]
```
Here is my note
markdown
.
.
.
INPUT[textArea(placeholder(What is the desired outcome for this project?)):goal]
.
.
.
.
markdown
RESULT:
markdown
INPUT[textArea(placeholder(What is the desired outcome for this project?)):goal]
markdown
(.) character here represents newlines
Expected Behavior
I expect the newlines to be preserved
Metadata
Metadata
Assignees
Labels
bugUndesired behavior caused by this pluginUndesired behavior caused by this plugin