webpack-contrib / remark-loader

Load markdown through remark with image resolving and some react-specific features.
MIT License
16 stars 11 forks source link

docs: remove superfluous backslash #35

Closed chenxsan closed 3 years ago

chenxsan commented 3 years ago

No need to escape pipe character here as it's not used inside table.

This PR contains a:

Motivation / Use-Case

Since we're not using pipe character inside table, I believe there's no need to escape it here.

Breaking Changes

Additional Info

codecov[bot] commented 3 years ago

Codecov Report

Merging #35 (d565824) into master (433f4a1) will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff            @@
##            master       #35   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files            2         2           
  Lines           28        28           
  Branches        10        10           
=========================================
  Hits            28        28           

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 433f4a1...881c3eb. Read the comment docs.

alexander-akait commented 3 years ago

Thanks