junmer / clipper-lib

Boolean operations and offsetting library in Javascript
176 stars 32 forks source link

Fix closing `<table>` tag in Documentation.md #10

Open GadgetBlaster opened 1 year ago

GadgetBlaster commented 1 year ago

The alignment of these closing tags were preventing the docs from rendering correctly on GitHub and in VS Code's Markdown Preview.

Currently

Screenshot 2023-06-02 at 1 57 00 PM

With the HTML fix

Screenshot 2023-06-02 at 1 57 35 PM

Screen shots are from VS Code's Markdown Preview, but this can also be seen on GitHub (linked above).

Also, thank you for porting this library to JavaScript!

GadgetBlaster commented 1 year ago

Hi @junmer. Possible to get this documentation fix merged?

I'd also like to add a .d.ts file for use in TypeScript. Let me know if this fork is still active and I'll find time to PR that.