Version 0.3.0.
Unclaimed project
Are you a maintainer of Notepad? Claim this project to take control of your public changelog and roadmap.
Changelog
[iOS] A fully themeable markdown editor with live syntax highlighting.
Version 0.3.0.
Release 0.2.4
Release 0.2.2
Release 0.2.1
This release adds support for URLs and images:
A url: [url](http://url.com), and an image: 
This release also adds the ability to write custom regex highlighting rules for your theme. For example, you can add one that highlights Twitter handles (and obviously much more):
"handle": {
"regex": "[@@][a-zA-Z0-9_]{1,20}",...