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

chunk navigation a problem for newline edge case #22

Open
mlilback opened this issue Jun 24, 2017 · 0 comments
Open

chunk navigation a problem for newline edge case #22

mlilback opened this issue Jun 24, 2017 · 0 comments

Comments

@mlilback
Copy link
Owner

$$
	\begin
{aligned}
	\dot{x} & = \sigma(y-x) \\
	\dot{y} & = \rho x - y -xz \\
	\dot{z} & = -\beta z + xy
	\end{aligned}
$$

```{r bar}
plot(rnorm(40))
  • point r 2+2 $\frac{1}{n} \sum_{i=i}^{n} x_{i}$

chunk 3 is the newline between $$ and \'''. chunk 4 is bar. when trying to go to next/previous chunk, it will never move. 

SyntaxParser.chunksForRange used to use range.location-1, not having this problem, but having other problems.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant