1
0
Fork 0
mirror of https://we.phorge.it/source/phorge.git synced 2024-09-20 09:18:48 +02:00

Bump remarkup engine version for new list stuff

Summary: Fixes T5102. Bumps the version to clear caches and documents the `#` headers.

Test Plan: Read documentation.

Reviewers: asherkin, btrahan, chad

Reviewed By: chad

Subscribers: epriestley

Maniphest Tasks: T5102

Differential Revision: https://secure.phabricator.com/D10046
This commit is contained in:
epriestley 2014-07-24 21:58:46 -07:00
parent 20589389de
commit da49ae8fe2
2 changed files with 3 additions and 1 deletions

View file

@ -38,6 +38,8 @@ empty lines:
== Smaller Header ==
## This is a Header As Well
Also a Large Header
===================

View file

@ -41,7 +41,7 @@ final class PhabricatorMarkupEngine {
private $objects = array();
private $viewer;
private $version = 13;
private $version = 14;
/* -( Markup Pipeline )---------------------------------------------------- */