terascope / teraslice

Scalable data processing pipelines in JavaScript
https://terascope.github.io/teraslice/
Apache License 2.0
50 stars 13 forks source link

[docs] Escape special characters in md file #3749

Closed busma13 closed 2 months ago

busma13 commented 2 months ago

A few special characters were added a documentation change in my recent PR: #3717 After merging the docs build failed because docusuarus could not parse the .md file properly. This PR escapes those characters properly.