Skip to content

Commit

Permalink
add reference to issue
Browse files Browse the repository at this point in the history
  • Loading branch information
pedr committed Jan 9, 2025
1 parent 21e7b14 commit 980ca7b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/onenote-converter/src/page/rich_text.rs
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,7 @@ impl<'a> Renderer<'a> {

// Probably the best solution here would be to rewrite the render_hyperlink to take this
// case in account, backtracking if necessary, but this will do for now
// https://github.com/laurent22/joplin/issues/11617
if text.starts_with("\u{fddf}") {
let first_indice = match indices.get(0) {
Some(i) => *i,
Expand Down

0 comments on commit 980ca7b

Please sign in to comment.