We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
1.4.1
None
Newlines are not preserved by an embed
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
markdown
(.) character here represents newlines
I expect the newlines to be preserved
The text was updated successfully, but these errors were encountered:
The meta bind embed renders markdown the same way as Obsidians reading mode. This behavior is expected and markdown spec compliant.
Sorry, something went wrong.
Thanks for the amazing plugin and the prompt response.
Do you know of a workaround by any chance?
Nevermind, just answered my own question: in case anybody is wondering, one workaround is to put a <br> where you want whitespace.
<br>
No branches or pull requests
Please fill out these Check-boxes
Plugin Version
1.4.1
This Issue Occurs on
Debug Info
Describe the Issue
Newlines are not preserved by an embed
Steps to Reproduce
```meta-bind-embed
[[note]]
```
markdown
.
.
.
.
.
.
.
markdown
RESULT:
markdown
markdown
(.) character here represents newlines
Expected Behavior
I expect the newlines to be preserved
The text was updated successfully, but these errors were encountered: