Skip to content

Task (1039674) - Update Markdown Library UG Page - #147

Open
GOPINATH-SF4767 wants to merge 3 commits into
masterfrom
1039674-MDChanges
Open

Task (1039674) - Update Markdown Library UG Page#147
GOPINATH-SF4767 wants to merge 3 commits into
masterfrom
1039674-MDChanges

Conversation

@GOPINATH-SF4767

@GOPINATH-SF4767 GOPINATH-SF4767 commented Jul 27, 2026

Copy link
Copy Markdown
Collaborator

Task

Summary

Update samples for the .NET Markdown Library.

Changes Made

Updated the associated samples and documentation to reflect the Markdown changes.

@GOPINATH-SF4767 GOPINATH-SF4767 self-assigned this Jul 27, 2026
@GOPINATH-SF4767 GOPINATH-SF4767 added the documentation Improvements or additions to documentation label Aug 13, 2026
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net8.0</TargetFramework>
<RootNamespace>Customize_image_data</RootNamespace>

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

change the sample in proper casing

<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net8.0</TargetFramework>
<RootNamespace>Customize_image</RootNamespace>

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

Change the sample name in proper casing

presentation.Save(Path.GetFullPath(@"Output/Output.md"));
}
}
static void SaveImage(object sender, MdImageNodeVisitedEventArgs args)

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

Add xml comment for method

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

Labels

documentation Improvements or additions to documentation

Development

Successfully merging this pull request may close these issues.

2 participants