mirror of
https://we.phorge.it/source/phorge.git
synced 2025-01-31 08:58:20 +01: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:
parent
20589389de
commit
da49ae8fe2
2 changed files with 3 additions and 1 deletions
|
@ -38,6 +38,8 @@ empty lines:
|
|||
|
||||
== Smaller Header ==
|
||||
|
||||
## This is a Header As Well
|
||||
|
||||
Also a Large Header
|
||||
===================
|
||||
|
||||
|
|
|
@ -41,7 +41,7 @@ final class PhabricatorMarkupEngine {
|
|||
|
||||
private $objects = array();
|
||||
private $viewer;
|
||||
private $version = 13;
|
||||
private $version = 14;
|
||||
|
||||
|
||||
/* -( Markup Pipeline )---------------------------------------------------- */
|
||||
|
|
Loading…
Add table
Reference in a new issue