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
{{ message }}
This repository was archived by the owner on Feb 17, 2025. It is now read-only.
I have noticed that the grammar implemented here does not support "Fixed width areas" elements which basically are paragraphs that start with the colon character followed by space.
These elements are usually used to denote code evaluation output. For instance:
#+begin_src python
1 + 1
#+end_src
#+results:
: 2
Is this a deliberate choice? It would be nice to have such support.
I have noticed that the grammar implemented here does not support "Fixed width areas" elements which basically are paragraphs that start with the colon character followed by space.
These elements are usually used to denote code evaluation output. For instance:
Is this a deliberate choice? It would be nice to have such support.