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

Span not set for EmphasisInline and LinkInline #9

Closed
madskristensen opened this issue Jun 18, 2016 · 2 comments
Closed

Span not set for EmphasisInline and LinkInline #9

madskristensen opened this issue Jun 18, 2016 · 2 comments
Labels

Comments

@madskristensen
Copy link

madskristensen commented Jun 18, 2016

The Span property always return a 0,0 span for EmphasisInline and LinkInline.

This might be the same for other inline objects, but I've only tested for these two types

@xoofx
Copy link
Owner

xoofx commented Jun 18, 2016

You need to configure the pipeline with option pipelineBuilder.UsePreciseSourceLocation().Build() See for example the tests

@xoofx xoofx closed this as completed Jun 18, 2016
@madskristensen
Copy link
Author

Awesome. That worked!!

@xoofx xoofx added the invalid label Jun 19, 2016
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

2 participants