Skip to content
This repository was archived by the owner on Jan 5, 2026. It is now read-only.
This repository was archived by the owner on Jan 5, 2026. It is now read-only.

NuGet Package Not The Same As Demo Code #18

Description

@Axemasta

I ran the demo project and it worked as expected. I then pulled the NuGet package into my own project and installed it. There is an issue with the following properties of the Markdown class:

  • TableBodyStyle`

  • TableHeaderStyle

I pulled the code out of the sample, pulled in the xaml namespace and recieve the following warning:
xaml warning

With these 2 styles set the app will not build, if these are removed then the app builds and displays the markdown, without table support.

visual studio error

Consider the following markdown document:

# Markdown

## My Markdown Page

This is great I have rendered some markdown!

 - List Item
 - List Item
 - List Item

Lets render a table!

| Name  | Email           |
|-------|-----------------|
| User1 | user1@email.com |
| User2 | user2@email.com |

Hooray!

When referencing the NuGet package the following is rendered:
NuGet Render

If I pull the code from Markdown.Xaml directly into my project (bypassing the NuGet) then it renders correctly:

Directly Referencing Files

Does the NuGet package need rebuilding?

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions