You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Idea: We want to allow only even indentation changes after a hashline. Examples:
% This is ok -- 2 ws indent change
# equation:
1 + 1
% This is ok too -- 4 ws indent change
# itemize:
* a
* b
* c
% This is ugly, but ok!
# itemize:
* a
* b
* c
% This is not ok -- 1 ws indent change
# equation:
1 + 1
% This is not ok -- 3 ws indent change
# itemize:
* a
* b
* c
Actually, I'm not sure on this one. Unfortunately, there are many examples when the indent after the hashline must be arbitrary, e.g.:
% Here the user wants the numbers to be right-aligned in the source code
# bmatrix:
2 \\
23
The text was updated successfully, but these errors were encountered:
This one originates from #16.
Idea: We want to allow only even indentation changes after a hashline. Examples:
Actually, I'm not sure on this one. Unfortunately, there are many examples when the indent after the hashline must be arbitrary, e.g.:
The text was updated successfully, but these errors were encountered: