您可以使用注释标记<!– –>在块之间使用多余的白线来分隔不带html元素的块引用:
> Imagination is more important than knowledge.
<!– –>
> Never think of the future. It comes soon enough.
<!– –>
> Anyone who has never made a mistake has never tried anything new.
当然,您也可以使用任何喜欢的HTML元素(如@pepoloan所述):
> Imagination is more important than knowledge.
<div></div>
> Never think of the future. It comes soon enough.
<div></div>
> Anyone who has never made a mistake has never tried anything new.