Marker v1.2.0
Included in this release:
- Add support for markdown tables (create a new a table within the editor by typing
table
and pressing enter on a new line). - Add support for SVG images
- Fix image URLs w/ query params not properly being displayed within the editor.
See the assets to download and install this version.
Installing on MacOS
Download the app by choosing the appropriate dmg file for your system architecture:
Marker_1.2.0_aarch64.dmg
- for M1-based macsMarker_1.2.0_x64.dmg
- for Intel-based macs
After you download the app and drag it to your Applications
folder, you will face difficulties opening it because I'm not enrolled in the Apple Developer Program. To bypass this, you will need to run this in your terminal:
$ xattr -c /Applications/Marker.app
After that, you should be able to open the app with no issues.