Browse Source

More PHP port progress

main
Rocketsoup 1 year ago
parent
commit
d16166a61e
3 changed files with 1065 additions and 35 deletions
  1. 1
    1
      js/markdown.js
  2. 1
    1
      js/markdown.min.js
  3. 1063
    33
      php/markdown.php

+ 1
- 1
js/markdown.js View File

1496
 						}
1496
 						}
1497
 					} else {
1497
 					} else {
1498
 						if (ch === attributeQuote) {
1498
 						if (ch === attributeQuote) {
1499
-							endAttribute();
1499
+							endAttribute(attributeQuote != '');
1500
 							expect = expectAttributeNameOrEnd;
1500
 							expect = expectAttributeNameOrEnd;
1501
 						} else if (attributeQuote === '' && isWhitespace) {
1501
 						} else if (attributeQuote === '' && isWhitespace) {
1502
 							endAttribute();
1502
 							endAttribute();

+ 1
- 1
js/markdown.min.js
File diff suppressed because it is too large
View File


+ 1063
- 33
php/markdown.php
File diff suppressed because it is too large
View File


Loading…
Cancel
Save