hedgedoc/src
Tilman Vatteroth d9292e4db0
Merge basic and full markdown renderer (#1040)
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>
2021-02-17 21:58:21 +00:00
..
api Adjust editor config (#976) 2021-02-03 22:13:04 +01:00
components Merge basic and full markdown renderer (#1040) 2021-02-17 21:58:21 +00:00
external-types Remove custom abcjs types (#1024) 2021-02-08 21:19:02 +01:00
hooks/common Adjust editor config (#976) 2021-02-03 22:13:04 +01:00
redux Merge basic and full markdown renderer (#1040) 2021-02-17 21:58:21 +00:00
style Merge basic and full markdown renderer (#1040) 2021-02-17 21:58:21 +00:00
utils Change copyright year from 2020 to 2021 (#917) 2021-01-06 21:37:59 +01:00
index.tsx Merge basic and full markdown renderer (#1040) 2021-02-17 21:58:21 +00:00
links.json Adjust editor config (#976) 2021-02-03 22:13:04 +01:00
links.json.license Change copyright year from 2020 to 2021 (#917) 2021-01-06 21:37:59 +01:00
react-app-env.d.ts Change copyright year from 2020 to 2021 (#917) 2021-01-06 21:37:59 +01:00
service-worker-registration.ts Adjust editor config (#976) 2021-02-03 22:13:04 +01:00
service-worker.ts Adjust editor config (#976) 2021-02-03 22:13:04 +01:00
setup-tests.ts Change copyright year from 2020 to 2021 (#917) 2021-01-06 21:37:59 +01:00
version.json Add version info (#80) 2020-05-29 13:08:59 +02:00
version.json.license Change copyright year from 2020 to 2021 (#917) 2021-01-06 21:37:59 +01:00