Commit Graph

105 Commits

Author SHA1 Message Date
Fletcher T. Penney
b6e58ece71 FIXED: Fix bug between ASCII 160 (non-breaking space) and 'à' character 2017-03-28 08:39:20 -04:00
Fletcher T. Penney
4baf8ff1bf CHANGED: Fix potential bug in tokenize function 2017-03-27 20:17:53 -04:00
Fletcher T. Penney
3a56dcd2d7 FIXED: Improve transclude base overriding of search paths, and explain change in QuickStart guide 2017-03-24 14:34:37 -04:00
Fletcher T. Penney
6309cee04b FIXED: Fix potential bug in CriticMarkup handling 2017-03-21 18:00:43 -04:00
Fletcher T. Penney
4d3e0faf55 Merge branch 'develop' of github.com:fletcher/MultiMarkdown-6 into develop 2017-03-20 11:31:09 -04:00
Fletcher T. Penney
eaca4d1d09 ADDED: Add command line support for nl/sv quotes; Improve help screen organization 2017-03-20 10:52:41 -04:00
Fletcher T. Penney
c95f1cf362 CHANGED: Refactor enumerations 2017-03-19 21:58:17 -04:00
Fletcher T. Penney
f8801a422c FIXED: Update Spanish, update Spanish test suite, add languages to help screen 2017-03-19 12:54:04 -04:00
Fletcher T. Penney
aa86abb4c3 FIXED: Improve Spanish translations 2017-03-19 12:33:16 -04:00
Fletcher T. Penney
5c6553a518 FIXED: Improve Spanish translations 2017-03-19 12:28:21 -04:00
Fletcher T. Penney
0a4d50d705 ADDED: Add support for random footnote numbers 2017-03-19 11:42:25 -04:00
Fletcher T. Penney
fe078bccf5 FIXED: Update table caption alignment for CSS instead of deprecated alignment 2017-03-19 10:25:47 -04:00
Fletcher T. Penney
947b30cde6 ADDED: Include tables as targets for cross-reference links 2017-03-19 10:14:25 -04:00
Fletcher T. Penney
7a93445ef4 ADDED: Store css metadata as asset 2017-03-18 19:16:44 -04:00
Fletcher T. Penney
0f8770b13a FIXED: Improve width/height attributes for HTML images 2017-03-18 18:11:37 -04:00
Fletcher T. Penney
54d37d681c FIXED: Free memory from asset hash 2017-03-18 16:57:24 -04:00
Fletcher T. Penney
b0150463b2 ADDED: Add image assets when creating EPUB 2017-03-18 16:53:09 -04:00
Fletcher T. Penney
7e51921888 ADDED: Add debugging info 2017-03-18 10:09:27 -04:00
Fletcher T. Penney
14024b006f FIXED: Fix bug in HR parsing 2017-03-18 10:09:16 -04:00
Fletcher T. Penney
ab903787a2 FIXED: Fix bug in determining label for headers 2017-03-18 09:55:09 -04:00
Fletcher T. Penney
9c280720bd FIXED: Fix bug in printing NULL strings 2017-03-18 09:54:46 -04:00
Fletcher T. Penney
81736c907c FIXED: Improve token_split() algorithm and searching for abbreviations and glossary terms in text 2017-03-18 09:47:10 -04:00
Fletcher T. Penney
aec8612b81 FIXED: Fix crash in parsing URL destinations 2017-03-18 08:36:52 -04:00
Fletcher T. Penney
15d7b4047d FIXED: Fix crash in reference definitions 2017-03-18 08:35:25 -04:00
Fletcher T. Penney
08935a7b2a FIXED: Fix potential crash in definitions 2017-03-18 08:32:51 -04:00
Fletcher T. Penney
2f2631e06a FIXED: Fix regression in transclusion 2017-03-16 20:53:08 -04:00
Fletcher T. Penney
3f6cc2c708 Merge branch 'develop' of github.com:fletcher/MultiMarkdown-6 into develop 2017-03-16 13:21:52 -04:00
Fletcher T. Penney
b0f2ad86a9 UPDATED: Add notes to main.swift 2017-03-16 13:20:17 -04:00
Fletcher T. Penney
75847fc519 FIXED: Fix bug in transclusion code 2017-03-15 21:06:01 -04:00
Fletcher T. Penney
27786eb78c FIXED: Fix potential crash 2017-03-15 14:33:33 -04:00
Fletcher T. Penney
5bf59641ac FIXED: Fix potential crash 2017-03-15 14:32:29 -04:00
Fletcher T. Penney
a05ac160f2 FIXED: Fix printing raw CriticMarkup tokens in LaTeX 2017-03-15 11:35:30 -04:00
Fletcher T. Penney
89130c6ebd FIXED: Add missing CriticMarkup tokens to LaTeX 2017-03-15 01:50:08 -04:00
Fletcher T. Penney
ac864e797f FIXED: Improve metadata edge cases; Fix NULL pointer dereference 2017-03-15 01:14:25 -04:00
Fletcher T. Penney
6dabedebc2 CHANGED: Remove debugging statement 2017-03-15 00:36:45 -04:00
Fletcher T. Penney
340352cb37 FIXED: Include non-breaking space (ASCII 160) in re2c patterns 2017-03-15 00:33:18 -04:00
Fletcher T. Penney
11f1f0e137 FIXED: Fix potential bug in Aho-Corasick search: 2017-03-14 23:50:26 -04:00
Fletcher T. Penney
0ea87af748 FIXED: Fix bug with leading spaces in abbreviation references 2017-03-14 23:41:14 -04:00
Fletcher T. Penney
955624d449 FIXED: Limit lines treated as ATX headers 2017-03-14 20:10:55 -04:00
Fletcher T. Penney
439e322d5a FIXED: Fix bug with ATX Headers without newline 2017-03-14 19:12:21 -04:00
Fletcher T. Penney
9827023853 FIXED: Fix crash with empty definition 2017-03-14 18:52:02 -04:00
Fletcher T. Penney
eafc70407b FIXED: Fix edge case with superscripts 2017-03-14 18:44:54 -04:00
Fletcher T. Penney
6eda50d349 FIXED: Fix NULL pointer dereference 2017-03-14 18:44:41 -04:00
Fletcher T. Penney
05c22a23a4 FIXED: Keep ':' in false positive definitions 2017-03-14 17:43:17 -04:00
Fletcher T. Penney
119313e6d7 FIXED: Fix edge case with URL definitions 2017-03-14 17:43:03 -04:00
Fletcher T. Penney
079c928ffc FIXED: Fix signedness bug in Aho-Corasick 2017-03-14 16:23:35 -04:00
Fletcher T. Penney
58546dd603 FIXED: Fix potential bug in storing items to hash 2017-03-14 16:13:21 -04:00
Fletcher T. Penney
aa85f66b11 FIXED: Fix bug with Setext header starting with ':' 2017-03-14 15:59:45 -04:00
Fletcher T. Penney
5cd846fe75 FIXED: Fix bug in Aho-Corasick implementation 2017-03-14 14:56:44 -04:00
Fletcher T. Penney
c609cddaa4 FIXED: Fix potential crash in attribute parsing 2017-03-14 13:51:44 -04:00