-
Notifications
You must be signed in to change notification settings - Fork 447
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
Blockquotes? #379
Comments
For Markdown, the blockquote I know if for code. Here's a reference that shows the backticks in more detail. If that doesn't end up working, let us know by commenting here. |
Thank you!
…On Wed, Oct 26, 2022, at 11:40 AM, Ryan Lelek wrote:
`>` might work, but I see that more in plain-text emails.
`<blockquote>` probably won't work.
For Markdown, the blockquote I know if for code.
You can do this with 3 backticks (`) in a row, the key is in the top-left on US keyboards next to the number 1
Once your blockquote is done, end it with 3 more backticks
Will that work for your purpose?
Here's a reference that shows the backticks in more detail.
You dont need to specify the language (python), only the 3 backticks
https://stackabuse.com/markdown-by-example/#codeblocks
If that doesn't end up working, let us know by commenting here.
We use Markdown-rendering libraries and they all have their quirks.
Some don't get updated as Markdown evolves.
If the existing libraries dont work, we'll have to swap to a new option
—
Reply to this email directly, view it on GitHub <#379 (comment)>, or unsubscribe <https://github.com/notifications/unsubscribe-auth/AAHTOX762322JMOC5UTV3OLWFCY5VANCNFSM6AAAAAAQNGYIAE>.
You are receiving this because you authored the thread.Message ID: ***@***.***>
|
@marclafountain I have tried this in the latest v0.17.7. The blockquote renders correctly with the Once the CSS classes are added, should work as expected Content
|
Does Raneto support blockquotes in Pages without custom CSS work? If so, what is the Markdown syntax or HTML markup?
I've tried using
>
and<blockquote></blockquote>
but those doesn't seem to work.Apologies if I'm just missing something obvious. Thanks for making Raneto!
The text was updated successfully, but these errors were encountered: