We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Learn more about funding links in repositories.
Report abuse
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
经测试,代码块语法为 java javascript 是会有光标乱跳问题
shell 语法如果有 # 开头的注释内容页会有光标乱跳问题
// 创建客户端 MinioClient minioClient = MinioClient.builder()d .endpoint("https://play.min.io") .credentials("Q3AM3UQ867SPQQA43P2F", "zuf+tfteSlswRu7BJ86wekitnifILbZam1KYY3TG") .build(); // 上传文件 minioClient.putObject( PutObjectArgs.builder().bucket(minioOSSProperties.getBucketName()) .object(fileUrl) .stream(file.getInputStream(), fileInfo.getSize(), -1) .contentType(fileInfo.getContentType()) .build() );
光标正常
siyuan.log
The text was updated successfully, but these errors were encountered:
这个 issue 也解决了一些历史遗留问题 #3141
Sorry, something went wrong.
Vanessa219
No branches or pull requests
描述问题 Describe the problem
经测试,代码块语法为 java javascript 是会有光标乱跳问题
shell 语法如果有 # 开头的注释内容页会有光标乱跳问题
期待的结果 Expected result
光标正常
截屏或者录屏演示 Screenshot or screen recording presentation
版本环境 Version environment
日志文件 Log File
siyuan.log
The text was updated successfully, but these errors were encountered: