Skip to content

Latest commit

 

History

History
executable file
·
50 lines (41 loc) · 1.4 KB

fileLegend.md

File metadata and controls

executable file
·
50 lines (41 loc) · 1.4 KB
permalink layout mainAnchor title subtitle
fileLegend.html
default
fileLegend
File Colors Legend
Colors used in File Differ View

Lines colors in the File Differ View are based on differences found

        <tr>
            <td class="file-legend-different"></td>
            <td>Text content present on the left differs from text content present on the right</td>
        </tr>

        <tr>
            <td class="file-legend-missing-left"></td>
            <td>Text content is present only on right, on left the line is missing</td>
        </tr>

        <tr>
            <td class="file-legend-missing-right"></td>
            <td>Text content is present only on left, on right the line is missing</td>
        </tr>

        <tr>
            <td class="file-legend-merged"></td>
            <td>Text content has been copied from the other side, this mark the document as edited and can be saved</td>
        </tr>
    </tbody>
</table>
Color Description
Text content on left and right is the same