typora-issues
typora-issues copied to clipboard
zenuml display truncated
-
[x] Searched existing issues to avoid creating duplicates.
-
[x] Confirmed that it can be reproduced in built-in themes without customized css.
If it only exists in 3rd party themes or css, you can still report it, but please attach the theme target or the css file. We may not "fix" it, if it is caused by 3rd party themes or css styles that we cannot support.
-
[x] Searched http://support.typora.io/
Describe the bug zenuml display truncated
To Reproduce
Expected behavior Automatic zoom or other way to display completely
Screenshots / Screencasts
Sample Markdown File
zenuml
title 接收rtp流(udp)
Socket.onRead() {
RtcpHelper.onRecvRtp() {
if (first) {
new RtpProcess
}
RtpProcess.inputRtp() {
if (first) {
emitOnPublish() {
new MultiMediaSourceMuxer
}
new GB28181Process
}
GB28181Process.inputRtp() {
if (first) {
new RtpReceiverImp(OnSorted)
new CommonRtpDecoder
CommonRtpDecoder.addDelegate()
}
RtpReceiverImp.inputRtp() {
sortPacket() {
GB28181Process.onRtpSorted() {
CommonRtpDecoder.inputRtp() {
inputFrame()
}
}
}
}
}
}
}
}
Desktop (please complete the following information):
- OS: Windows 10 64bit
Typora Version 1.8.10
Additional context