Sample code for convert Obsidian Markdown to OneNote using C#. Utilize the API example code for batch conversion of .md to .one within VB.NET, Asp.NET, or any .NET-based application... htmlFilePath); // Step 2: Import HTML into OneNote Document...new Document(); noteDocument.Import(htmlFilePath, new HtmlImportOptions());...