Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Markdown improvements regarding tables, nested statements and special character support in links #1647

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

weissm
Copy link
Contributor

@weissm weissm commented Oct 31, 2024

IS YOUR COMMIT SIGNED?

yes

Enhancement or Defect Addressed by This PR

Enhancement

Description of Proposed Changes

When generating markdown nested tables the handled was not done properly. Also the handling of numbered list in tables was not properly processed.
The following changes are applied:

  • A Class PrefixClass is introduced to pass sticky parameters by reference.
  • The actual writing of text was pushed to the "T" object.
  • The anchor link is now surrounded by <>. To protect these characters, the Replace statement is moved before.

The push requested was tested on the OneNote TextToTable. For clarification another example onenote page NestedTableContent is added.

squased Markdown commits

Revert "squased Markdown commits"

This reverts commit 615c88d.

removed spaces

Update InsertBoxCommand.cs

merged input

squased Markdown commits

squased Markdown commits

Revert "squased Markdown commits"

This reverts commit 615c88d.

removed spaces

Update InsertBoxCommand.cs

merged input

Revert "Merge branch 'improveMarkdown' of github.com:weissm/OneMore into improveMarkdown"

This reverts commit c296f72.

Merge branch 'improveMarkdown' of github.com:weissm/OneMore into improveMarkdown

Revert "squased Markdown commits"

This reverts commit 93411d9.

Revert "Added nested table example"

This reverts commit d5d0122.

Added nested table example

Added nested table example
@weissm weissm changed the title squased Markdown commits Markdown improvements regarding tables, nested statements and special character support in links Nov 4, 2024
@stevencohn
Copy link
Owner

stevencohn commented Nov 5, 2024

I will take a look at this. Just need a little time. Thanks!

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