Closed wxiaoguang closed 1 week ago
Fix #32521
Clarify the render "metas" meanings and usages
We should use clearly defined meta attributes to control the rendering behavior, instead of guessing "mode!=document" or "metas==nil"
Some existing tests are not right, for example, when rendering wiki, the commit URLs should be parsed. Related tests are also updated.
Thank you all. :-)
Fix #32521
Clarify the render "metas" meanings and usages
We should use clearly defined meta attributes to control the rendering behavior, instead of guessing "mode!=document" or "metas==nil"
Some existing tests are not right, for example, when rendering wiki, the commit URLs should be parsed. Related tests are also updated.