abhishekrb19 commented on code in PR #15612: URL: https://github.com/apache/druid/pull/15612#discussion_r1439800177
########## 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: Or it'd be better to import the code style file - https://github.com/apache/druid/blob/master/dev/style-conventions.md -- 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]
