Source code

Revision control

Copy as Markdown

Other Tools

Test Info:

<html>
<head>
<script>
window.addEventListener('load', () => {
document.designMode = 'on'
const selection = document.getSelection()
selection.empty()
document.queryCommandIndeterm('justifyFull')
})
</script>
</head>
</html>