You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to add an indent to a paragraph when the user clicks the indent button. The goal is to apply a tab space to the entire paragraph (including wrapped lines). I don't want to use spaces in the beginning because in different device size it will mess it all up.
I've attempted to use three backticks (```) to indent the paragraph, but it didn't work, even not indented a single line. I also tried using quote formatting as an alternative, but it didn't work as expected. Please see the attached screenshot for reference.
Expected behavior
I expect that surrounding the paragraph with three backticks will indent the entire paragraph. If I'm missing something, please let me know how I can achieve the desired result shown in the screenshot.
I would appreciate any help with this!
The text was updated successfully, but these errors were encountered:
I've followed the guidance provided in this discussion to add a custom configuration for blockquote in my custom theme. However, the custom blockquote styling does not seem to apply as expected when rendering Markdown content.
I'm not sure if the implementation needs to be done differently.
I'm trying to add an indent to a paragraph when the user clicks the indent button. The goal is to apply a tab space to the entire paragraph (including wrapped lines). I don't want to use spaces in the beginning because in different device size it will mess it all up.
I've attempted to use three backticks (```) to indent the paragraph, but it didn't work, even not indented a single line. I also tried using quote formatting as an alternative, but it didn't work as expected. Please see the attached screenshot for reference.
Expected behavior
I expect that surrounding the paragraph with three backticks will indent the entire paragraph. If I'm missing something, please let me know how I can achieve the desired result shown in the screenshot.
I would appreciate any help with this!
The text was updated successfully, but these errors were encountered: