This is a workflow for Editorial, a Markdown and plain text editor for iOS. To download it, you need to view this page on a device that has the app installed.
Description: Preserve Line Breaks was inspired by Brett Terpstra's Mac Service of the same name. To preserve a line break in iOS, markdown syntax requires that you type three spaces. But in iOS, typing two spaces generates a period, which drives me nuts. This workflow takes the text of a document, adds three spaces to the end of each line as required by Markdown, and the replaces the original text with the proper Markdown syntax.
Shared by: John Voorhees - @johnvoorhees, squibner.com, squibits.com
Comments: Comment Feed (RSS)
There are no comments yet.
p {white-space: pre-line;}
Turn it off and the period will not be generated after typing two spaces