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

Unknown markup type 10 #20

Open
leventov opened this issue Mar 8, 2019 · 7 comments
Open

Unknown markup type 10 #20

leventov opened this issue Mar 8, 2019 · 7 comments
Labels

Comments

@leventov
Copy link

leventov commented Mar 8, 2019

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
Copy link
Author

leventov commented Mar 8, 2019

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

@PatrickHeneise
Copy link
Contributor

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.

@leventov
Copy link
Author

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

@JanDW
Copy link

JanDW commented Mar 14, 2019

+1

@nicks
Copy link

nicks commented Apr 19, 2019

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.

@PatrickHeneise
Copy link
Contributor

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

@yourcasualdev
Copy link

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

No branches or pull requests

5 participants