mirror of
https://github.com/torappinfo/uweb.git
synced 2024-08-14 23:54:59 +00:00
add md+katex huge txt viewer
This commit is contained in:
parent
1ca754c378
commit
3cb1a66d80
11 changed files with 173 additions and 13 deletions
|
@ -22,7 +22,7 @@
|
|||
}
|
||||
|
||||
var file;
|
||||
var blocksize = 1024;
|
||||
var blocksize = 20480;
|
||||
function loadSlice(){
|
||||
function render(u8array){
|
||||
document.body.innerHTML = window.markdeep.format(new TextDecoder().decode(u8array),true);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue