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
headers are not supported in markdown because the # gets interpreted as inline code. Can we disable this behavior inside of the markdown binding, or get an attribute switch on the binding to toggle this behavior? Not allowing # style headings severely cripples the markdown syntax as now you can only have H1, H2 and not the full H1 - H5 headings supported.