Home GnuPG

Fix some issues with code blocks and ASCII art
10168819f555Unpublished

Unpublished Commit · Learn More

Repository Importing: This repository is still importing.

Description

Fix some issues with code blocks and ASCII art

Summary:
Ref T3558. We currently trim() blocks, but should just rtrim() them, so we don't lose extra indentation on the first line.

Also, be more liberal about parsing trailing space after triple-backtick.

Test Plan: Unit tests.

Reviewers: btrahan, garoevans

Reviewed By: garoevans

CC: aran

Maniphest Tasks: T3558

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

Details

Event Timeline

epriestley <git@epriestley.com> committed rPHUTIL10168819f555: Fix some issues with code blocks and ASCII art (authored by epriestley <git@epriestley.com>).Jul 17 2013, 5:50 PM