You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: rewrite transformer(CiceroMarkToOOXML) logic to handle nesting - #397 (#418)
* feat(markdown-docx): text and emphasis transformer
Remove old transformer
Rules: EMPHASIS, TEXT, TEXT_STYLES, TEXT_WRAPPER, PARAGRAPH_WRAPPER
Tests: Check only for text-and-emphasis using if
Signed-off-by: k-kumar-01 <[email protected]>
* feat: heading transformer
Logic to transform headings
Rule: PARAGRAPH_PROPERTIES_RULE
Hardcore check the test for heading using condition
Signed-off-by: K-Kumar-01 <[email protected]>
* feat: variable transformer
Logic to transform variables
Rules: Variable Rule
Conditionally check for tests
Signed-off-by: K-Kumar-01 <[email protected]>
* feat: softbreak transformer
Logic for softbreak transformation
Rule: SOFTBREAK_RULE
Conditionally exclude the test for strong(file:strong.json)
Signed-off-by: K-Kumar-01 <[email protected]>
* feat: strong transformer
Logic for strong transformation
Rule: STRONG_RULE
Check for all tests
Signed-off-by: K-Kumar-01 <[email protected]>
* feat: add headingStyles and relationship specs
Signed-off-by: K-Kumar-01 <[email protected]>
* refactor(markdown-docx): coding practices
Spread operator use inplace of push
Define constants as per convention
Add test for nesting
Signed-off-by: K-Kumar-01 <[email protected]>
* refactor: Heading Properties
remove argument value from Rule
remove the condition to insert runtime properties in transformer
Signed-off-by: K-Kumar-01 <[email protected]>
0 commit comments