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
We need to get the design and HTML structure down before we can do this (as ideally we would parse the output this uses, so we don't need two separate markdown parser engines).
Alternatively we could try parsing the docs into an intermediate structure.
We would also have to think about fallback for older IE.
The text was updated successfully, but these errors were encountered:
Parsing docs int an intermediate structure seems best. Maybe even cache the intermediate structure so we don't have an unnecessary CPU loads ecery time.
I would like to implement something a la moodoco.
We need to get the design and HTML structure down before we can do this (as ideally we would parse the output this uses, so we don't need two separate markdown parser engines).
Alternatively we could try parsing the docs into an intermediate structure.
We would also have to think about fallback for older IE.
The text was updated successfully, but these errors were encountered: