mirror of
https://github.com/tdurieux/anonymous_github.git
synced 2026-05-23 01:29:40 +02:00
fix(#234): fix FAQ related to supported file types
This commit is contained in:
@@ -119,12 +119,7 @@
|
|||||||
<div class="panel-body p-3">
|
<div class="panel-body p-3">
|
||||||
<p>
|
<p>
|
||||||
Anonymous Github is able to display pure textual files, such as text or source code. It can also render images, PDFs, and notbooks.
|
Anonymous Github is able to display pure textual files, such as text or source code. It can also render images, PDFs, and notbooks.
|
||||||
However, only textual based files are anonymized. Anonymous Github considers the following file format as textual:
|
However, only textual based files are anonymized. Anonymous Github analyzes the content of the file to detect if it is textual or not.
|
||||||
</p>
|
|
||||||
<p>
|
|
||||||
<ul>
|
|
||||||
<li ng-repeat="format in supportedFileTypes" ng-bind="format"></li>
|
|
||||||
</ul>
|
|
||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user