Homec4science

Changed behavior of "code block" button to use triple tick syntax ("```")…

Authored by Tal Shiri <eiopaa@gmail.com> on Jun 5 2014, 00:39.

Description

Changed behavior of "code block" button to use triple tick syntax ("`") instead of whitespacing.

Summary:
This is important when dealing in situations where there's ambiguity between code and lists, like with Objective-C code:

  • (void) foobar {}

will get your a list instead of the desired code block

Test Plan: Tested locally

Reviewers: epriestley, #blessed_reviewers

Reviewed By: epriestley, #blessed_reviewers

Subscribers: epriestley, Korvin

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

Details

Committed
epriestley <git@epriestley.com>Jun 5 2014, 00:39
Pushed
aubortJan 31 2017, 17:16
Parents
rPH2c626f72a9ef: Fix unsubscribing from projects in a gross, hacky way
Branches
Unknown
Tags
Unknown

Event Timeline

epriestley <git@epriestley.com> committed rPHb6748034f030: Changed behavior of "code block" button to use triple tick syntax ("```")… (authored by Tal Shiri <eiopaa@gmail.com>).Jun 5 2014, 00:39