mirror of
https://github.com/xoofx/markdig.git
synced 2026-02-03 21:36:36 +00:00
Can the IndentCount of FenceCode public?
#391
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @928PJY on GitHub (Aug 13, 2020).
What we are trying to do is to convert the AST back to markdown file, but we found there is some information lost or cannot be accessed. One of that is the
IndentCountinFenceCodeBlock, which is an internal property, is that possible to export that?@MihaZupan commented on GitHub (Aug 13, 2020):
Seems reasonable, I don't see a problem with exposing it
@928PJY commented on GitHub (Aug 13, 2020):
So as the
ColumnWidthinListBlockItem.PR created