This repository was archived by the owner on Apr 12, 2024. It is now read-only.
This repository was archived by the owner on Apr 12, 2024. It is now read-only.
Remove double empty lines from docs #384
Closed
Description
Currently google docs converts any single empty line into two empty lines when exporting into plain text.
This means that all empty lines are doubled in code examples.
We should trim them during fetching in the same way as we remove comments.
https://github.com/angular/angular.js/blob/master/gdocs.js#L72