JoshBrudnak / Lojidoc

A tool for generating markdown documentation for java projects
https://joshbrudnak.github.io/Lojidoc
Apache License 2.0
7 stars 7 forks source link

Add support for carriage return token in lex_contents function #11

Closed Treevs closed 5 years ago

Treevs commented 5 years ago
Checklist
Description of change

Windows has a different new line token ("\r\n") than OSX and Unix ("\n"). I have added a way to process the \r character so that its presence in a file does not cause the program to crash.

JoshBrudnak commented 5 years ago

Note: this resolves part of #9.