ongchi commented on code in PR #7732: URL: https://github.com/apache/arrow-datafusion/pull/7732#discussion_r1346731984
########## docs/source/conf.py: ########## @@ -118,4 +118,4 @@ myst_heading_anchors = 3 # enable nice rendering of checkboxes for the task lists -myst_enable_extensions = [ "tasklist"] +myst_enable_extensions = ["colon_fence", "deflist", "tasklist"] Review Comment: I add some [admonitions](https://myst-parser.readthedocs.io/en/latest/syntax/admonitions.html) and [definition list](https://myst-parser.readthedocs.io/en/latest/syntax/optional.html#definition-lists) to the page that require `colon_fence` and `deflist` extensions. Like this https://github.com/apache/arrow-datafusion/blob/da033810b192f24a8fb63fb8e5d509e6469b482a/docs/source/user-guide/expressions.md?plain=1#L47-L50 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
