1
0
Fork 0
mirror of https://we.phorge.it/source/phorge.git synced 2024-09-21 17:58:47 +02:00
phorge-phorge/src
epriestley 75fc4e763a Don't trim remarkup corpora before summarizing
Summary:
Currently, lists like this:

```
  - a
  - b
  - c
```

...get trimmed before summarization and end up looking like this after summarization:

```
- a
  - b
  - c
```

This produces the summary artifacts (first item at wrong indent level):

{F399841}

Instead, don't trim. This produces better summaries.

Test Plan: Saw a better summary of a list.

Reviewers: btrahan

Reviewed By: btrahan

Subscribers: epriestley

Differential Revision: https://secure.phabricator.com/D12794
2015-05-11 11:10:42 -07:00
..
__tests__ Use PhutilLibraryTestCase 2015-01-07 07:38:08 +11:00
aphront Add "request time" event and viewer and context data to Multimeter 2015-05-01 13:20:30 -07:00
applications Deprecating BrowseController and getting rid of unneeded calls to getTerseSummary() and getHumanStatus() 2015-05-10 11:14:24 -07:00
docs Update symbols docs 2015-05-05 04:12:01 -07:00
extensions
infrastructure Don't trim remarkup corpora before summarizing 2015-05-11 11:10:42 -07:00
view Calendar month view should notify user if all or part of the month was not included in the query search 2015-05-09 19:11:30 -07:00
__phutil_library_init__.php
__phutil_library_map__.php Implement rough content-aware inline adjustment rules for ghosts 2015-05-07 14:09:41 -07:00