Commit Graph

4 Commits

Author SHA1 Message Date
Sebastian Sdorra
033c213cf2 fix scrolling for markdown content, which is loaded asynchronous
The code to find and scroll to the anchor is now moved from the
ScrollToTop component to the MarkdownView. The anchor with the id from
location hash, is searched after the MarkdownView and all its children
finished rendering.
2019-05-21 10:22:53 +02:00
Sebastian Sdorra
6d325f56e1 adds option to render markdown headings with anchor links 2019-05-07 10:11:26 +02:00
René Pfeuffer
61c21ae1f3 Markdown should always have class 'content' 2019-03-13 09:36:48 +01:00
Mohamed Karray
6cd29091d5 Add a Markdown component and a SyntaxHighlighter 2019-03-12 18:46:44 +01:00