G.Ambatte
e550ab4046
Remove eslint override from HTML tests
2024-10-29 17:40:55 +13:00
G.Ambatte
a265723c57
Merge branch 'master' into fixLinks-#3547
2024-10-29 16:32:23 +13:00
Trevor Buckner
fc294807fd
Merge branch 'master' into imageWrappin
2024-08-22 22:10:11 -04:00
Trevor Buckner
e0b69dce14
add more test cases
...
Test a large number of breaks, and interaction with paragraphs
2024-08-22 21:49:40 -04:00
Trevor Buckner
e6c5e6451c
Add more tests for edge conflicts with definition lists
2024-08-22 21:46:42 -04:00
Trevor Buckner
d8f0618691
Fix variables tests for same reason
2024-08-22 13:20:07 -04:00
Trevor Buckner
955b34b637
Fix tests to account for --HB_src variable presence
2024-08-22 13:12:40 -04:00
David Bolack
e957f40775
Revert previous simplification as it breaks the original purpose of this PR
...
Added test for inside a code block.
2024-08-20 12:17:51 -05:00
David Bolack
3985afade9
Remove need for Definition exceptios
...
Retool original `:` break to insert `\n\n`s between each `:` so that
the definition lists never have a chance for a mismatch.
Rename token to "hardbreak"
Add tests for hardBreaks for `:`, `::`, and `:::` which should verify it works and does not collide with definitionlists.
2024-08-20 11:46:43 -05:00
G.Ambatte
5fede97fa5
Merge branch 'master' into fixLinks-#3547
2024-08-16 21:46:37 +12:00
Trevor Buckner
5894dc5a7a
Merge branch 'master' into fixVarNameAsParam-#3622
2024-08-11 21:59:58 -04:00
G.Ambatte
5c4187cd06
Add variable names as function parameter tests
2024-08-10 08:24:16 +12:00
G.Ambatte
3eb0c7acfe
Add variable name checks
2024-08-09 17:42:15 +12:00
G.Ambatte
b55db94822
Merge branch 'master' into fixLinks-#3547
2024-07-17 15:07:47 +12:00
Trevor Buckner
5433cda52f
Add test case
2024-07-06 17:05:23 -04:00
G.Ambatte
e83e6567af
Add tests via JSDOM-global
2024-07-04 10:02:45 +12:00
Trevor Buckner
2d570924d1
Add tests
2024-07-01 12:21:36 -04:00
Trevor Buckner
3b1f4a0d13
Add Tests for emoji markdown
2024-05-08 09:51:29 -04:00
Trevor Buckner
a5f9ab7897
Merge branch 'master' into cleanUpMustacheTests
2024-05-03 21:32:40 -04:00
Trevor Buckner
2418e42655
Align input texts for mustache tests
2024-05-03 17:10:12 -04:00
Trevor Buckner
dce86580ce
Added additional tests for injection
2024-05-03 17:02:12 -04:00
Trevor Buckner
193cde0925
Passes all tests
2024-05-03 14:31:34 -04:00
Trevor Buckner
1a33e6e631
Passing almost all tests
2024-05-03 12:48:19 -04:00
Trevor Buckner
bb8ade435d
Now passing many previously failing tests
2024-05-03 12:40:03 -04:00
Trevor Buckner
94905f8151
Back to passing all tests (not the "failing" tests yet)
2024-05-03 12:12:55 -04:00
G.Ambatte
40fc422ab5
Check inline DL has priority over multiline DL
2024-03-20 13:31:10 +13:00
Trevor Buckner
bd324a7e74
Fix crash for DL, disallow block tokens as DT, add test
2024-03-19 13:14:58 -04:00
Trevor Buckner
30ebf90371
Add Tests to circleci
2024-03-18 19:34:17 -04:00
Trevor Buckner
f9a7adbd72
Fix tests
2024-03-18 19:28:42 -04:00
Víctor Losada Hernández
b74fb22182
Revert "fix another test"
...
This reverts commit b6ea89356b .
2024-03-18 23:50:33 +01:00
Víctor Losada Hernández
b6ea89356b
fix another test
2024-03-18 23:47:06 +01:00
Víctor Losada Hernández
37488ded4d
fix 1 test, no idea how these work
2024-03-18 23:43:51 +01:00
Trevor Buckner
d7756230fb
More tests. Split into two extensions
...
Split into two extensions as single-line and multiline are different syntaxes. Simplified a lot of logic and probably cleaner as their own NPM packages (eventually).
2024-03-14 00:02:18 -04:00
Trevor Buckner
e36a638ae5
Add more tests
2024-03-09 16:41:05 -05:00
Trevor Buckner
f6c0b0d6fc
Simplification of CSS
2024-03-07 23:46:10 -05:00
David Bolack
d1d28acebb
Merge branch 'master' into Extended_DD
2024-02-25 09:15:27 -06:00
Trevor Buckner
e3bf913a80
lint
2024-02-20 23:00:57 -05:00
Trevor Buckner
6870fd6d76
Add tests for cross-page behavior and fix related bugs
2024-02-20 22:31:33 -05:00
Trevor Buckner
969cff61bf
Add one more test that was failing
2024-02-20 17:03:17 -05:00
Trevor Buckner
0050e1e294
Added another test for a broken case and fixed; Cleaned up more
2024-02-20 15:37:54 -05:00
Trevor Buckner
1d1fa99b4b
Pass all tests
2024-02-19 23:57:19 -05:00
Trevor Buckner
72744718cc
Adding some tests
2024-02-13 22:44:57 -05:00
David Bolack
3ee9fe1c3f
Update tests.
...
Prune no lionger valid cases.
2024-02-06 22:13:44 -06:00
David Bolack
c747c5577e
Add PANdoc style lists ( using :: not : )
...
Includes new tests and fixes broken old tests
2024-01-16 02:01:55 -06:00
David Bolack
d09dc11f5f
The remainder of the tests
2024-01-14 13:38:01 -06:00
David Bolack
4c2211c428
Updated rendering to follow input line breaks
...
Updated and additional tests.
2024-01-14 13:30:52 -06:00
David Bolack
d076d6c719
Update tests for previous changes.
2024-01-13 18:58:59 -06:00
Louis David Bolack
dfd5b228c2
Merge branch 'master' into Extended_DD
2023-12-21 22:08:30 -06:00
David Bolack
96d973528c
Updated and reworked to handle more definition*
...
Updated to allow multiple definition terms and definitions per term
<Term>::<definition>
<Term>::<definition1>::<definition2>
::<definition3>
```
**Example** ::
::V3 uses HTML *definition lists* to create "lists" with hanging indents.
::Three
I'm a term::Four
**<u>Hello</u>**::I\'m a different
::List
:
```
2023-12-20 22:57:37 -06:00
Trevor Buckner
507f170720
Merge branch 'master' into pr/3066
2023-12-14 16:45:57 -05:00