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
+17
Original file line number
Diff line number
Diff line change
@@ -11,6 +11,23 @@ The basic idea is that the content creator writes their posts in markdown langua
11
11
The markdown will then be translated into HTML and displayed to the client. This gives an easy entry to writing posts with all the flexibility markdown has.
12
12
This also includes source code snippets. Highlighting is done via [highlight.js](https://highlightjs.org/) with the GitHub theme.
13
13
14
+
## Features
15
+
16
+
-**Modern Markdown Editor** - Write blog posts with a feature-rich markdown editor
17
+
-**Bookmarks** - Allow readers to save their favorite articles
18
+
-**Drafts** - Save work in progress and continue later
19
+
-**Scheduled Publishing** - Plan ahead and publish automatically
20
+
-**Similar Blog Posts** - Recommend related content to readers
21
+
-**Comments** - Enable discussions
22
+
-**Media Upload** - Easily include images in your posts (Azure Blob Storage and CDN Support)
0 commit comments