3Hren / blackhole

Yet another logging library.
MIT License
201 stars 57 forks source link

Fix broken headings in Markdown files #170

Closed bryant1410 closed 7 years ago

bryant1410 commented 7 years ago

GitHub changed the way Markdown headings are parsed, so this change fixes it.

See bryant1410/readmesfix for more information.

Tackles bryant1410/readmesfix#1

codecov[bot] commented 7 years ago

Codecov Report

Merging #170 into master will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #170   +/-   ##
=======================================
  Coverage   80.94%   80.94%           
=======================================
  Files         134      134           
  Lines        6711     6711           
  Branches      334      334           
=======================================
  Hits         5432     5432           
  Misses       1099     1099           
  Partials      180      180

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 04cfc17...d880a7e. Read the comment docs.

3Hren commented 7 years ago

Seems to be false-positive. These - are not markdown headings, but c++ includes in examples.

bryant1410 commented 7 years ago

Seems to be false-positive. These - are not markdown headings, but c++ includes in examples.

Sorry and thanks for the feedback. Gonna fix it