:word: displays broken image
See original GitHub issueOS Version : Windows 7 Markdown pdf : 2.0.4
I have a problem. How to display a word between colon and colon?
I tried two ways. One is’ jdbc:goldilocks:// 192.168.0.5:22581/test’. the other is ‘jdbc:goldilocks://Server IP:Database listener Port/test’.
First thing display $#58; and it is unrefined. Second display just broken image.
I want to display ‘jdbc:goldilocks://…’
Do you know the way? or is it a bug?
Driver Name : 원하는 드라이버 명을 입력한다.
Description : 드라이버 명의 설명을 입력한다.
Database : Other 를 선택한다.
JDBC URL : Goldilocks URL 은 다음과 같다. ( 띄어쓰기 제외 )
jdbc:goldilocks://Server IP:Database listener Port/test
=> Display with broken image
위의 테스트 서버에서는 URL 이 다음과 같다.
jdbc:goldilocks:// 192.168.0.5 : 22581 / test
=> Display :goldilocks:
`
Issue Analytics
- State:
- Created 6 years ago
- Comments:7 (3 by maintainers)
Top Results From Across the Web
Display of pictures broken on word online - Microsoft Community
Display of pictures broken on word online. Hello,. I have some issue about word online, i have a capture of the problem :...
Read more >How To Fix the Picture Can't Be Displayed in Word?
Go to File and select Options · Click on the Advanced tab · Scroll down to see Show document content · Enable Show...
Read more >Pictures Cannot Display in Corrupt Word Documents
Detailed information about some pictures cannot display when openning a corrupted Word document file, including the error symptom, a precise explanation, ...
Read more >Solution for Image Not Visible on Microsoft Word Document
sometimes Word document image not visible and shows only borders. in this situation how can we make visible the images ?This video shows...
Read more >Dynamic images served over HTTPS display broken image in ...
We have an application that produces HTML documents which the user opens in word from the web server, so they open ...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
This has now been fixed with no updates required, @travs you’ll just need to re-pull mdpdf and turn off the flag disabling emojis.
Credit to showdown-emoji folks for the fix 👍
@BlueHatbRit Awesome! Moved here. @dalzzing2 See the new config in
markdown-pdf@2.0.5
, and disable emoji conversion (false
). Should be good to go!