mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2025-03-24 05:32:29 +00:00
The original idea of the basic-markdown-renderer and the full-markdown-renderer was to reduce the complexity. The basic markdown renderer should just render markdown code and the full markdown renderer should implement all the special hedgedoc stuff like the embeddings. While developing other aspects of the software I noticed, that it makes more sense to split the markdown-renderer by the view and not by the features. E.g.: The slide markdown renderer must translate <hr> into <sections> for the slides and the document markdown renderer must provide precise scroll positions. But both need e.g. the ability to show a youtube video. Signed-off-by: Tilman Vatteroth <tilman.vatteroth@tu-dortmund.de> |
||
---|---|---|
.. | ||
api | ||
components | ||
external-types | ||
hooks/common | ||
redux | ||
style | ||
utils | ||
index.tsx | ||
links.json | ||
links.json.license | ||
react-app-env.d.ts | ||
service-worker-registration.ts | ||
service-worker.ts | ||
setup-tests.ts | ||
version.json | ||
version.json.license |