mediumexporter icon indicating copy to clipboard operation
mediumexporter copied to clipboard

Unknown markup type 10

Open leventov opened this issue 5 years ago • 7 comments

My export resulted in a lot of errors like the following:

Unknown markup type 10 { type: 10, start: 317, end: 336 }
Unknown markup type 10 { type: 10, start: 199, end: 211 }
Unknown markup type 10 { type: 10, start: 118, end: 129 }
Unknown markup type 10 { type: 10, start: 89, end: 101 }
Unknown markup type 10 { type: 10, start: 111, end: 119 }
Unknown markup type 10 { type: 10, start: 165, end: 187 }
Unknown markup type 10 { type: 10, start: 256, end: 262 }
Unknown markup type 10 { type: 10, start: 261, end: 278 }
Unknown markup type 10 { type: 10, start: 176, end: 201 }

What does this mean?

leventov avatar Mar 08 '19 19:03 leventov

Looks like it might be inline monospaced text (that appears when you use backticks `` when editing Medium post).

leventov avatar Mar 08 '19 20:03 leventov

Thanks for reporting this! Can you post a URL of a specific page that returns these errors? I imported pages with inline code and had no issues.

PatrickHeneise avatar Mar 11 '19 08:03 PatrickHeneise

https://medium.com/@leventov/code-review-checklist-java-concurrency-49398c326154

leventov avatar Mar 11 '19 20:03 leventov

+1

JanDW avatar Mar 14 '19 15:03 JanDW

This appears to be fixed at master. The fix just hasn't been released to NPM yet. The bug went away when I built mediumexporter from master.

nicks avatar Apr 19 '19 21:04 nicks

I don't have access to npm to publish the new version, but I'll see what I can do.

PatrickHeneise avatar Apr 20 '19 06:04 PatrickHeneise

Have the same issue with https://medium.com/@ibrahimbabal/the-perfect-development-envirement-doesnt-exi-8bbe46331b6b

yourcasualdev avatar Dec 27 '22 14:12 yourcasualdev