alxnbl / onenote-md-exporter

ConsoleApp to export OneNote notebooks to Markdown formats
GNU General Public License v3.0
919 stars 75 forks source link

Fix incorrect character representations in OneNote API #110

Open RobertBernstein opened 2 months ago

RobertBernstein commented 2 months ago

The code changes introduce a fix for incorrect character representations in section titles returned by the OneNote API. Specifically, the changes replace instances of "^M" with "+" and "^J" with "," in the section titles.