Peter Somogyi created HBASE-20344:
-------------------------------------
Summary: Fix asciidoc warnings
Key: HBASE-20344
URL: https://issues.apache.org/jira/browse/HBASE-20344
Project: HBase
Issue Type: Improvement
Components: documentation
Reporter: Peter Somogyi
Assignee: Peter Somogyi
IntelliJ shows some warnings for asciidoc files.
1. Markdown Style Heading:
\### Required properties
2. Asciidoc Old Style Heading:
Creating a New Table with Compression On a ColumnFamily
====
\----
hbase> create 'test2', \{ NAME => 'cf2', COMPRESSION => 'SNAPPY' }
\----
====
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)