Conversation
Signed-off-by: Aman Sharma <mannu.poski10@gmail.com>
Signed-off-by: Aman Sharma <mannu.poski10@gmail.com>
… cicero-word-add-in Signed-off-by: Aman Sharma <mannu.poski10@gmail.com>
Signed-off-by: Aman Sharma <mannu.poski10@gmail.com>
…d add-in Signed-off-by: Aman Sharma <mannu.poski10@gmail.com>
Signed-off-by: Aman Sharma <mannu.poski10@gmail.com>
* feat: sets-up class for CiceroMark to OOXML transformer Defines constructor Defines the function for converting CiceroMark to OOXML Signed-off-by: k-kumar-01 <kushalkumargupta4@gmail.com> * feat: sets-up class for CiceroMark to OOXML transformer Removes contructor Nodes declared as class variable Signed-off-by: k-kumar-01 <kushalkumargupta4@gmail.com>
Signed-off-by: k-kumar-01 <kushalkumargupta4@gmail.com>
* refactor: roundtrip test logic - #407 Signed-off-by: k-kumar-01 <kushalkumargupta4@gmail.com> * refactor: roundtrip test logic - #407 Read files from directory Run test for each read file Signed-off-by: k-kumar-01 <kushalkumargupta4@gmail.com> * refactor: roundtrip test logic - #407 Test inequality hardcore file name Signed-off-by: k-kumar-01 <kushalkumargupta4@gmail.com>
Signed-off-by: k-kumar-01 <kushalkumargupta4@gmail.com>
Rules: STRONG_RULE Class in definedNodes Transformer(CiceroMark JSON <-> OOXML) Corresponding Test Signed-off-by: k-kumar-01 <kushalkumargupta4@gmail.com>
…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 <kushalkumargupta4@gmail.com> * 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 <kushalkumargupta4@gmail.com> * feat: variable transformer Logic to transform variables Rules: Variable Rule Conditionally check for tests Signed-off-by: K-Kumar-01 <kushalkumargupta4@gmail.com> * 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 <kushalkumargupta4@gmail.com> * feat: strong transformer Logic for strong transformation Rule: STRONG_RULE Check for all tests Signed-off-by: K-Kumar-01 <kushalkumargupta4@gmail.com> * feat: add headingStyles and relationship specs Signed-off-by: K-Kumar-01 <kushalkumargupta4@gmail.com> * 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 <kushalkumargupta4@gmail.com> * refactor: Heading Properties remove argument value from Rule remove the condition to insert runtime properties in transformer Signed-off-by: K-Kumar-01 <kushalkumargupta4@gmail.com>
Signed-off-by: K-Kumar-01 <kushalkumargupta4@gmail.com>
…etween OOXML and CiceroMark into one class - `OOXMLTransformer` (#425) Signed-off-by: K-Kumar-01 <kushalkumargupta4@gmail.com>
Signed-off-by: K-Kumar-01 <kushalkumargupta4@gmail.com>
Signed-off-by: k-kumar-01 <kushalkumargupta4@gmail.com>
Signed-off-by: k-kumar-01 <kushalkumargupta4@gmail.com>
Signed-off-by: Dan Selman <danscode@selman.org>
Signed-off-by: Dan Selman <danscode@selman.org>
Signed-off-by: Dan Selman <danscode@selman.org>
Signed-off-by: Dan Selman <danscode@selman.org>
Contributor
Pull Request Test Coverage Report for Build 6300882159
💛 - Coveralls |
Signed-off-by: Dan Selman <danscode@selman.org>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Adds some new transformations to allow CiceroMark -> HTML -> DOCX -> WordProcessingML (XML) data transformation. This pipeline allows someone to inline formatted text within an DOCX file.
It also allows generation of DOCX from all input formats.
Changes
Flags
html-to-docxto convert HTML to DOCXjszipto grab WordProcessingML XML file from the DOCX zip fileScreenshots or Video
Related Issues
Author Checklist
--signoffoption of git commit.mainfromfork:branchname