fix table in markdown (#2855)
Without the blank line, the table doesn't render in Macdown or the IntelliJ Markdown plugin, even though the GitHub web UI works without the change. Seems that Markdown does expect a blank line to separate a paragraph and a table.
Signed-off-by: Danny Faught <danny.faught@gmail.com>