-
Notifications
You must be signed in to change notification settings - Fork 10
New issue
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
Syntax of Line in New-MDQuote #33
Labels
Comments
I'm not sure. One hypothesis I can make is that when this was developed, one markdown rendered didn't play nice and I had to do it like that. Could be just as well me being silly and this is bug. Let's go with the bug. |
The issue seems to be with the following lines if($output -ne "")
{
$output+="$prefix"+[System.Environment]::NewLine
} I'm not sure what was the reasoning behind this. |
Let's go with the bug. |
Sarafian
added a commit
that referenced
this issue
May 31, 2024
Sarafian
added a commit
that referenced
this issue
May 31, 2024
GH-33 Fixed multi line issue with New-MDQuote
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This is how it currently works
Why the blank line between Line1 and Line2.
I checked the syntax guide here which doesn't have multiline example.
This is another doc link with multi line and nested quotes. They don't required empty "> " line between lines either.
The text was updated successfully, but these errors were encountered: