Closed hoosierEE closed 8 years ago
Thanks Alex. I am going to apply this to my development branch and push it to Github later today or tomorrow. I'll use master for tagged releases and add a "contributing" section to the readme to let everyone know to work on the development branch.
Applied to the develop branch.
nice!
On Mon, Jan 18, 2016 at 7:23 PM, Thomas Costigliola < notifications@github.com> wrote:
Closed #7 https://github.com/iocane/unbox/pull/7.
— Reply to this email directly or view it on GitHub https://github.com/iocane/unbox/pull/7#event-518516877.
Also fixes issues in "An Implementation of J" html files where the font family is set to "ISIJ" inside a
<pre>
block, but since there is noISIJ
font, the spacing was messed up. I changed all instances of ISIJ to courier. A better change might have been to simply remove the font tags altogether, but I wanted to make a less invasive edit.