Skip to content

feat(markdown-docx): add strong transformer - #397#417

Merged
algomaster99 merged 1 commit intoalgoo-ooxmlfrom
k-kumar-01/i397/strong-transformer
Jun 23, 2021
Merged

feat(markdown-docx): add strong transformer - #397#417
algomaster99 merged 1 commit intoalgoo-ooxmlfrom
k-kumar-01/i397/strong-transformer

Conversation

@K-Kumar-01
Copy link
Copy Markdown
Collaborator

@K-Kumar-01 K-Kumar-01 commented Jun 23, 2021

Signed-off-by: k-kumar-01 kushalkumargupta4@gmail.com

Reference #397

Changes

  • Rules: STRONG_RULE
  • Class in definedNodes
  • Transformer(CiceroMark JSON <-> OOXML)
  • Corresponding Test

Screenshots or Video

Author Checklist

  • Ensure you provide a DCO sign-off for your commits using the --signoff option of git commit.
  • Vital features and changes captured in unit and/or integration tests
  • Commits messages follow AP format
  • Extend the documentation, if necessary
  • Merging to master from fork:branchname

Rules: STRONG_RULE
Class in definedNodes
Transformer(CiceroMark JSON <-> OOXML)
Corresponding Test

Signed-off-by: k-kumar-01 <kushalkumargupta4@gmail.com>
@K-Kumar-01 K-Kumar-01 requested a review from algomaster99 June 23, 2021 12:59
<w:r>
<w:rPr>
<w:b />
<w:bCs />
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

What is this tag for? <w:b> is already there. Do we need <w:bCs>` too?

Copy link
Copy Markdown
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

bCs is used for complex script.
This is the reason why I have used it.

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Are we using complex scripts? All templates are in English only, right?

Copy link
Copy Markdown
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

As far as i remember, one of the templates used some different language. The template was probably car rental. Besides, it might be possible that later templates might be created in different languages. So i guess there would be no harm keeping this.

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Besides, it might be possible that later templates might be created in different languages.

Good point. In that case, we can keep it.

@algomaster99
Copy link
Copy Markdown
Contributor

Screenshot from 2021-06-23 19-22-29
Don't use the "fix" prefix here. GitHub will close the issue when this PR will be merged.

@algomaster99 algomaster99 merged commit 0bd57ec into algoo-ooxml Jun 23, 2021
@algomaster99 algomaster99 deleted the k-kumar-01/i397/strong-transformer branch June 23, 2021 14:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants