Homec4science

Support ` for delimiting monospaced text in Remarkup

Authored by vrana <jakubv@fb.com> on Mar 4 2012, 12:02.

Description

Support ` for delimiting monospaced text in Remarkup

Summary:
Command line commands are often denoted by ` in plain text. It is natural to convert them to monospaced text in formatted text.
Other tools (such as GitHub flavored Markdown) use the same delimiter.
Delimiter ## is problematic in commit messages because git eats all lines starting by #. So it is not possible to start a line with monospaced text.

I am not aware about any conflits, old syntax is still supported.

Test Plan:

`test`
`test`s
`test
test`

Reviewers: epriestley

Reviewed By: epriestley

CC: aran, epriestley

Differential Revision: https://secure.phabricator.com/D1773

Details

Committed
vrana <jakubv@fb.com>Mar 5 2012, 18:33
Pushed
aubortMar 17 2017, 12:03
Parents
rPHUdbed7d749cae: Allow libphutil autoload to coexist with other autoload
Branches
Unknown
Tags
Unknown

Event Timeline

vrana <jakubv@fb.com> committed rPHU906bbf9d5ad0: Support ` for delimiting monospaced text in Remarkup (authored by vrana <jakubv@fb.com>).Mar 5 2012, 18:33