Closed abersheeran closed 6 years ago
import markdown data = markdown.markdown(md, extensions=[ 'markdown.extensions.extra', 'markdown.extensions.tables', 'markdown.extensions.codehilite', ])
md:
|_|MASK|PAYLOAD_LEN| |:---:|:---:|:---:| |长度|1bit|7bit| |作用|是否使用掩码|本帧数据长度|
data:
<p>|_|MASK|PAYLOAD_LEN| |::|:---:| |长度|1bit|7bit| |作用|是否使用掩码|本帧数据长度|</p>
I'm so sad ... Can you help me?
import markdown
data = markdown.markdown(md, extensions=[ 'tables', 'codehilite', ])
md:
data:
I'm so sad ... Can you help me?