Microdown
Microdown copied to clipboard
Should support blockquote
Yes Like this
> Yes
> Like this
Tasks
- Write some tests
- Introduce > at the block parser level (check the delimiter in the Mic
- Introduce a node for this
- Extend the Latex exporter to generate
\begin{boxB}
Yes
Like this
\end{boxB}
In latex
\usepackage[many]{tcolorbox} % For colored boxes
% Define a new environment called "boxB"
\newenvironment{boxB}{
\begin{tcolorbox}[colback=white, colframe=black, rounded corners]
}{
\end{tcolorbox}
}
> *bold finishing on the next line
> this is a long bold*
> [https://www.pharo.org](https://
> www.pharo.org)
bold finishing on the next line this is a long bold [https://www.pharo.org](https:// www.pharo.org)
One good strategy is then to get all the lines of a quoteblock, build a text (like for a paragraph) and pass the paragraph to the inline parser. This should returns basically the children of the quoteBlock.
For HTML
https://products.aspose.com/html/net/generators/quote-blockquote/?utm_source=google&utm_medium=cpc2&gad_source=5&gclid=EAIaIQobChMI67Hq9q_yhwMVyqloCR2-NBNQEAAYASAAEgKvJPD_BwE
<q>
https://products.aspose.com/html/net/generators/quote-blockquote/?utm_source=google&utm_medium=cpc2&gad_source=5&gclid=EAIaIQobChMI67Hq9q_yhwMVyqloCR2-NBNQEAAYASAAEgKvJPD_BwE
</q>