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:
@@ -38,6 +38,8 @@ empty lines:
|
|||||||
|
|
||||||
== Smaller Header ==
|
== Smaller Header ==
|
||||||
|
|
||||||
|
## This is a Header As Well
|
||||||
|
|
||||||
Also a Large Header
|
Also a Large Header
|
||||||
===================
|
===================
|
||||||
|
|
||||||
|
|||||||
@@ -41,7 +41,7 @@ final class PhabricatorMarkupEngine {
|
|||||||
|
|
||||||
private $objects = array();
|
private $objects = array();
|
||||||
private $viewer;
|
private $viewer;
|
||||||
private $version = 13;
|
private $version = 14;
|
||||||
|
|
||||||
|
|
||||||
/* -( Markup Pipeline )---------------------------------------------------- */
|
/* -( Markup Pipeline )---------------------------------------------------- */
|
||||||
|
|||||||
Reference in New Issue
Block a user