techdocsmith commented on code in PR #15612: URL: https://github.com/apache/druid/pull/15612#discussion_r1439895859
########## docs/development/docs-contribute.md: ########## @@ -169,6 +169,32 @@ HUMAN_READABLE_BINARY_BYTE_FORMAT(value[, precision]) HUMAN_READABLE_BINARY_BYTE_FORMAT(value, \[precision]) ::: +#### Markdown table format + +When editing or adding tables, do not include extra characters to "prettify" the table format within the Markdown source. +Some code editors may format tables by default. +For an example of how to disable it, see the [IntelliJ formatting file for Druid](https://github.com/apache/druid/blob/master/dev/druid_intellij_formatting.xml#L78). Review Comment: ```suggestion See the developer [style guide](https://github.com/apache/druid/blob/master/dev/style-conventions.md) for more information. ``` Thanks for the suggestion @abhishekrb19 . See revision. -- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
