We need to support parsing
as
But when we do format we do format it back to:
So 1, and 1. are not stacked as single reference by default, unless we use something like "1," or "1."
That should simplify natural language processing.
We also should not parse math formulas like:
As a single reference, instead it also should be parsed as
So we should support not only punctuation, but also math symbols.
Formatting should be configurable in case of math simbols and punctution. So we should be able to see Links Notation as it was parsed, but also should have ability to format it nicely to make it human readable.
We need to support parsing
as
But when we do format we do format it back to:
So
1,and1.are not stacked as single reference by default, unless we use something like"1,"or"1."That should simplify natural language processing.
We also should not parse math formulas like:
As a single reference, instead it also should be parsed as
So we should support not only punctuation, but also math symbols.
Formatting should be configurable in case of math simbols and punctution. So we should be able to see Links Notation as it was parsed, but also should have ability to format it nicely to make it human readable.