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
Copy file name to clipboardExpand all lines: README.md
+150-2Lines changed: 150 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -31,14 +31,15 @@ Table of contents
31
31
-[Introduction](#introduction)
32
32
-[Features](#features)
33
33
-[Getting started](#getting-started)
34
+
-[Configuration](#configuration)
34
35
-[Bugs and feature requests](#bugs-and-feature-requests)
35
36
-[Contributing](#contributing)
36
37
-[Community](#community)
37
38
-[Copyright and license](#copyright-and-license)
38
39
39
40
## Introduction
40
41
41
-
ParsedownExtended is an extention for Parsedown, offering additional features and functionalities. It is designed to provide an easy-to-use Markdown parsing solution while extending the capabilities of the base Parsedown library.
42
+
ParsedownExtended is an extension for Parsedown, offering additional features and functionalities. It is designed to provide an easy-to-use Markdown parsing solution while extending the capabilities of the base Parsedown library.
42
43
43
44
Stand alone versions of the extended features are also available as separate libraries:
// Supports mermaid.js and chart.js fenced code blocks:
249
+
// ```mermaid
250
+
// graph TD; A-->B;
251
+
// ```
252
+
```
253
+
106
254
## Bugs and feature requests
107
255
108
256
Have a bug or a feature request? Please first read the [issue guidelines](https://github.com/BenjaminHoegh/ParsedownExtended/blob/main/.github/CONTRIBUTING.md#using-the-issue-tracker) and search for existing and closed issues. If your problem or idea is not addressed yet, [please open a new issue](https://github.com/BenjaminHoegh/ParsedownExtended/issues/new/choose).
0 commit comments