Giter VIP home page Giter VIP logo

mdtool's People

Contributors

cevin15 avatar dependabot[bot] avatar mrxiaom avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

mdtool's Issues

新版本的jar貌似未修改

在用IDEA导入1.2.2版本的pom后查看源码发现并没有修改关于字符集的设定,导致获取到的html字符不是UTF-8的,我再用不是UTF-8的html字符生成图片的时候,发现中文都是乱码,希望大佬马上看一下新版本的问题,谢谢。

列表格式,在某一行中,如果接下来的内容不是空行,然后顶格,则内容属于该行。

例子1

1. 列表1.1
这里是列表1.1的内容  
这里是列表1.1的内容
1. 列表1.2 

解析为:

<ol>
<li>列表1.1<br>这里是列表1.1的内容<br>这里是列表1.1的内容  </li>
<li>列表1.2 </li>
</ol>

例子2

1. 列表1.1  

这里是列表1.1的内容  
这里是列表1.1的内容  
1. 列表1.2 

解析为:

<ol>
<li>列表1.1  </li>
</ol>
<p>这里是列表1.1的内容<br>这里是列表1.1的内容<br>1. 列表1.2 </p>

例子3

1. 列表1.1  

  这里是列表1.1的内容  
这里是列表1.1的内容  
1. 列表1.2 

解析为

<ol>
<li><p>列表1.1  </p>
<p>这里是列表1.1的内容<br>这里是列表1.1的内容  </p>
</li>
<li>列表1.2 </li>
</ol>

解析md 中的code错误

fun();
单行的code 语法无法实现,解析成了P标签,如下

`function fun(){echo "这是一句非常牛逼的代码";}fun();`

Messed comments in codes due to sources "Encoding" in GBK instead of UTF-8

Hi, cenvin15,
Thanks for your wonderful efforts!
I download your codes. As I read them by NetBeans, files are opened with warnings about "unsafely opened by GBK", and Chinese comments are shown in messed characters in my env although my windows is Chinese with GBK encoding. Maybe I need do more settings of Netbeans.
My projects are developed with Netbeans and their sources are always in UTF-8 encoding because I think our codes are shared with non-Chinese people too. I write comments in English due to same reason.
In other way, Chinese comments may be the better way to share codes with Chinese developers. So no best choice~
Mara

*a****b*分析不对

aaa *a****b* bbb
github效果:
aaa a**b bbb

html:
<p>aaa <em>a</em>***b* bbb</p>
正确的应该是
<p>aaa <em>a</em>**<em>b</em> bbb</p>

在处理表格时,内容包含|时无法正常解析|

处理表格时,如下,在表格中存在了转义的|(|)时,无法正常解析

附录C


字段名称 数据类型 属性描述 是否必填 最大长度 备注
cardNo String 卡号 32 卡号
personName String 人员名称 32 长度范围1~32个字符,支持中英文字符,不包含 ' / \ : * ? " < > |
orgIndexCode String 组织编码 64 包含数字、字母(小写)和中划线(-)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.