David Mauro

Results 5 issues of David Mauro

It shouldn't affect functionality, but the key used to store our current cache size is labeled as "maxCacheSize", which it is not. The maxCacheSize gets passed in on initialization each...

Bold generally should not be allowed to have line breaks in between them, or have whitespace on the inside, or they'll be treated as literal asterisks. So for example: ```...

Give the following HTML: ``` Item 1 Item 2 ``` the following Markdown will be generated: ``` * Item 1 \n\n* Item 2 ``` Which will actually be interpreted as...

Bold generally should not be allowed to have line breaks in between them, or have whitespace on the inside, or they'll be treated as literal asterisks. So for example: ```...

bug

Give the following HTML: ``` Item 1 Item 2 ``` the following Markdown will be generated: ``` * Item 1 \n\n* Item 2 ``` Which will actually be interpreted as...

bug