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
we should be able to put BlockQuotes INTO markdown blocks.
<SectionBlock>
<MarkdownText>
Here's a comment from Dave:
<BlockQuote>{commentBody}</BlockQuote>
</MarkdownText>
</SectionBlock>
hmmm can a BlockQuote be a CHILD of MarkdownText? practically, i thikn you'd sometimes want to be able to have markdown sections that CONTAIN block quotes and other things as well...
The text was updated successfully, but these errors were encountered:
andycmaj
changed the title
hmmm can a BlockQuote be a CHILD of MarkdownText? practically, i thikn you'd sometimes want to be able to have markdown sections that CONTAIN block quotes and other things as well...
make BlockQuote a SPAN instead of extending MarkdownText so that it can be a child of MarkdownTextJun 23, 2020
we currently have:
we should be able to put
BlockQuotes
INTO markdown blocks.hmmm can a
BlockQuote
be a CHILD ofMarkdownText
? practically, i thikn you'd sometimes want to be able to have markdown sections that CONTAIN block quotes and other things as well...Originally posted by @andycmaj in https://github.com/asynchronous-dev/botany/pull/973
The text was updated successfully, but these errors were encountered: