Question: How to parse OneNote Links #632

Open
opened 2026-01-29 14:41:35 +00:00 by claunia · 0 comments
Owner

Originally created by @Moser-Michael on GitHub (Oct 12, 2023).

Hi,
im am trying to figure out what the correct options are to get a working OneNote link.
The problem is the german special character 'ä' which gets converted to '%C3%A4' which breaks the link functionality.
https://de.wikipedia.org/wiki/Hilfe:Sonderzeichenreferenz

Any suggestions?
Thanks, Michael

string message = @"Some Text before Link: [One Notebook.one\Drucker ändern](onenote:///C:\temp\Sources\One%20Notebook.one#Drucker%20ändern&section-id={F1B85E57-A193-4831-B1DE-3A0E4D2B18A9}&end)"; var pipeline = new MarkdownPipelineBuilder().UseAdvancedExtensions().Build(); var result = Markdown.ToHtml(message, pipeline);

Originally created by @Moser-Michael on GitHub (Oct 12, 2023). Hi, im am trying to figure out what the correct options are to get a working OneNote link. The problem is the german special character 'ä' which gets converted to '%C3%A4' which breaks the link functionality. https://de.wikipedia.org/wiki/Hilfe:Sonderzeichenreferenz Any suggestions? Thanks, Michael `string message = @"Some Text before Link: [One Notebook.one\Drucker ändern](onenote:///C:\temp\Sources\One%20Notebook.one#Drucker%20ändern&section-id={F1B85E57-A193-4831-B1DE-3A0E4D2B18A9}&end)"; var pipeline = new MarkdownPipelineBuilder().UseAdvancedExtensions().Build(); var result = Markdown.ToHtml(message, pipeline);`
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/markdig#632