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

[Experiment] Markdig based MarkdownTextBlock #480

Merged
merged 38 commits into from
Feb 6, 2024

Commits on Dec 14, 2023

  1. initial commit

    nerocui committed Dec 14, 2023
    Configuration menu
    Copy the full SHA
    07a290a View commit details
    Browse the repository at this point in the history
  2. fixed dependencies

    nerocui committed Dec 14, 2023
    Configuration menu
    Copy the full SHA
    8f9b56a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8740ba2 View commit details
    Browse the repository at this point in the history
  4. fixed some references

    nerocui committed Dec 14, 2023
    Configuration menu
    Copy the full SHA
    aea15a8 View commit details
    Browse the repository at this point in the history
  5. Remove redundant sample references

    niels9001 authored and nerocui committed Dec 14, 2023
    Configuration menu
    Copy the full SHA
    9885a12 View commit details
    Browse the repository at this point in the history
  6. Remove Uno target heads

    niels9001 authored and nerocui committed Dec 14, 2023
    Configuration menu
    Copy the full SHA
    2c7d1d7 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    cc1f469 View commit details
    Browse the repository at this point in the history
  8. Surpressing null reference errors

    niels9001 authored and nerocui committed Dec 14, 2023
    Configuration menu
    Copy the full SHA
    ab73827 View commit details
    Browse the repository at this point in the history
  9. fixed crash

    nerocui committed Dec 14, 2023
    Configuration menu
    Copy the full SHA
    4354e1a View commit details
    Browse the repository at this point in the history
  10. Fix markdown not showing

    niels9001 authored and nerocui committed Dec 14, 2023
    Configuration menu
    Copy the full SHA
    52770c0 View commit details
    Browse the repository at this point in the history
  11. polished the experiment

    nerocui committed Dec 14, 2023
    Configuration menu
    Copy the full SHA
    0346787 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    ec05f68 View commit details
    Browse the repository at this point in the history
  13. fixed xaml theme

    nerocui committed Dec 14, 2023
    Configuration menu
    Copy the full SHA
    e820cb1 View commit details
    Browse the repository at this point in the history
  14. fixed icon issue

    nerocui committed Dec 14, 2023
    Configuration menu
    Copy the full SHA
    3474a93 View commit details
    Browse the repository at this point in the history
  15. updated description

    nerocui committed Dec 14, 2023
    Configuration menu
    Copy the full SHA
    7f50559 View commit details
    Browse the repository at this point in the history
  16. added back the sample

    nerocui committed Dec 14, 2023
    Configuration menu
    Copy the full SHA
    a2cca4f View commit details
    Browse the repository at this point in the history
  17. added example for task list

    nerocui committed Dec 14, 2023
    Configuration menu
    Copy the full SHA
    61daa94 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    444dc33 View commit details
    Browse the repository at this point in the history
  19. made requested changes

    changed renderer name, made text separate prop, pipeline is now cached between renders
    nerocui committed Dec 14, 2023
    Configuration menu
    Copy the full SHA
    e3226e7 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    48a3231 View commit details
    Browse the repository at this point in the history
  21. run styler

    nerocui committed Dec 14, 2023
    Configuration menu
    Copy the full SHA
    40ab85d View commit details
    Browse the repository at this point in the history
  22. addressed perf issue

    nerocui committed Dec 14, 2023
    Configuration menu
    Copy the full SHA
    592ad3c View commit details
    Browse the repository at this point in the history
  23. fixed code style

    nerocui committed Dec 14, 2023
    Configuration menu
    Copy the full SHA
    daa20c2 View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    9cb2cc4 View commit details
    Browse the repository at this point in the history
  25. clean up

    nerocui committed Dec 14, 2023
    Configuration menu
    Copy the full SHA
    db1b745 View commit details
    Browse the repository at this point in the history
  26. Configuration menu
    Copy the full SHA
    5a2f87c View commit details
    Browse the repository at this point in the history
  27. removing unused code

    nerocui committed Dec 14, 2023
    Configuration menu
    Copy the full SHA
    7bd85b8 View commit details
    Browse the repository at this point in the history
  28. Configuration menu
    Copy the full SHA
    6e350ee View commit details
    Browse the repository at this point in the history

Commits on Jan 16, 2024

  1. Configuration menu
    Copy the full SHA
    edcd3ad View commit details
    Browse the repository at this point in the history

Commits on Jan 17, 2024

  1. added header

    nerocui committed Jan 17, 2024
    Configuration menu
    Copy the full SHA
    a41cbc3 View commit details
    Browse the repository at this point in the history

Commits on Jan 29, 2024

  1. fixed test failures

    added label and new icon
    nerocui committed Jan 29, 2024
    Configuration menu
    Copy the full SHA
    54ff320 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2b9ec51 View commit details
    Browse the repository at this point in the history

Commits on Jan 30, 2024

  1. Update Dependencies.props

    nerocui committed Jan 30, 2024
    Configuration menu
    Copy the full SHA
    80c8cf2 View commit details
    Browse the repository at this point in the history

Commits on Jan 31, 2024

  1. Revert "Update Dependencies.props"

    This reverts commit 80c8cf2.
    nerocui committed Jan 31, 2024
    Configuration menu
    Copy the full SHA
    cdec30b View commit details
    Browse the repository at this point in the history

Commits on Feb 1, 2024

  1. Configuration menu
    Copy the full SHA
    b9afa86 View commit details
    Browse the repository at this point in the history

Commits on Feb 3, 2024

  1. commented out colorcode for now

    There will be bug in code block, we will fix it in the next PR.
    nerocui committed Feb 3, 2024
    Configuration menu
    Copy the full SHA
    98de957 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d8c9025 View commit details
    Browse the repository at this point in the history

Commits on Feb 5, 2024

  1. Update components/MarkdownTextBlock/src/CommunityToolkit.WinUI.Contro…

    …ls.MarkdownTextBlock.csproj
    Arlodotexe authored Feb 5, 2024
    Configuration menu
    Copy the full SHA
    fa0c518 View commit details
    Browse the repository at this point in the history