--
You received this message because you are subscribed to the Google Groups "concordion-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email to concordion-de...@googlegroups.com.
To post to this group, send email to concord...@googlegroups.com.
Visit this group at https://groups.google.com/group/concordion-dev.
To view this discussion on the web, visit https://groups.google.com/d/msgid/concordion-dev/0be3edd6-0461-4268-b916-ea9e428e2926%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
--
You received this message because you are subscribed to the Google Groups "concordion-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email to concordion-de...@googlegroups.com.
To post to this group, send email to concord...@googlegroups.com.
Visit this group at https://groups.google.com/group/concordion-dev.
To view this discussion on the web, visit https://groups.google.com/d/msgid/concordion-dev/88f9a762-c21a-4479-8f29-fe0858285d09%40googlegroups.com.
As a result, we could gain more than 10% by improving this code.
It would be cool, if the cross-compiled version would be faster than the original C# implementation based on this optimization. :-)
After your explanation, I understand your concerns about the changed behavior existing users.
What about asking them, if the change would be o.k.?
--
You received this message because you are subscribed to the Google Groups "concordion-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email to concordion-de...@googlegroups.com.
To post to this group, send an email to concord...@googlegroups.com.
Visit this group at https://groups.google.com/group/concordion-dev.
To view this discussion on the web, visit https://groups.google.com/d/msgid/concordion-dev/20160218024533.GA14524%40diaspora.gen.nz.
For more options, visit https://groups.google.com/d/optout.
To post to this group, send email to concord...@googlegroups.com.
Visit this group at https://groups.google.com/group/concordion-dev.
To view this discussion on the web, visit https://groups.google.com/d/msgid/concordion-dev/CAJifTypk-syGJYhYij2eBA8OhGGj6fnG13Dvj_8wS2%3D35WJuqw%40mail.gmail.com.
Interesting. I just had cause to go and read the BreadcrumbRenderer source, and have to say it'd be useful to have better documentation about it.
It assumes that, for example, you'll have network/Network.html somewhere in the chain, so it can render a breadcrumb to it.
This is in the TODO list, and there's a placeholder for it at the bottom of the MarkdownGrammar spec (http://concordion.github.io/concordion/latest/spec/specificationType/markdown/MarkdownGrammar.html)..... One thing that springs to mind is the restriction on using the Concordion namespace for commands. Now we're in the exciting new world of Markdown, what was previously irritating is now a problem; unless there's some way of getting a different prefix into the Markdown command interpreter?
I'll see if I can send through a patch and some motivating documentation.