by itself,
#### *expression<sub>1</sub>* *expression<sub>2</sub>* ... *expression<sub>n</sub>*
renders correctly as
<h4><em>expression<sub>1</sub></em> <em>expression<sub>2</sub></em> ... <em>expression<sub>n</sub></em></h4>
but in the context of https://raw.github.com/dmajda/pegjs/master/README.md renders as
<h4><em>expression<sub>1</sub></em> / <em>expression<sub>2</sub></em> / ... / <em>expression<sub>n</sub></em></h4>
maybe a parser issue?
thanks!
by itself,
#### *expression<sub>1</sub>* *expression<sub>2</sub>* ... *expression<sub>n</sub>*renders correctly as
but in the context of https://raw.github.com/dmajda/pegjs/master/README.md renders as
maybe a parser issue?
thanks!