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
Swift version: https://github.com/marknote/MarknoteParser
6
+
7
+
8
+
A dead simple markdown parser implemented in both **Swift** and **Objective-C** with performance in mind, which can help you to transform markdown code into HTML.
4
9
Most of markdown parsers highly depend on regular expression while MarkNote Parser avoids doing so.
5
10
6
11
## Purpose
@@ -11,6 +16,7 @@ After trying to find a relevant markdown parser in Swfit/Object-c while no luck,
11
16
12
17
## Usage
13
18
19
+
### Using swift version
14
20
- Cope 2 files into your project:
15
21
-- **StringExtensions.swift** , extension of String class;
0 commit comments