Closed zhangziang closed 9 months ago
This issue is hard to make a decision that consists with CommonMark spec.
As defined in CommonMark spec, Block elements except indented code block elements can not accept indented lines.
One of the options for this issue is add your own parser which returns true
for CanAcceptIndentedLine() bool
.
Other options for this issue is add a functional option that makes Paragraphs indentable.
This issue is stale because it has been open for 30 days with no activity.
This issue was closed because it has been inactive for 14 days since being marked as stale.
goldmark has https://github.com/yuin/goldmark/discussions in github. You should post only issues here. Feature requests and questions should be posted at discussions.
<
>
, Table, etc) are not part of CommonMark spec. You should confirm your output is different from other official renderers correspond with an extension.Please answer the following before submitting your issue:
What did you do? : parse text with some \t beginning and dont use
CodeBlockParser
eof