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

Question: How to parse OneNote Links #746

Closed
Moser-Michael opened this issue Oct 12, 2023 · 1 comment
Closed

Question: How to parse OneNote Links #746

Moser-Michael opened this issue Oct 12, 2023 · 1 comment

Comments

@Moser-Michael
Copy link

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);

@Moser-Michael
Copy link
Author

Sorry, browser-related issue..

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant