We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
你好,这段代码渲染不正确,效果没渲染出来,不知道编辑器是否支持混编的方式?在其他好多编辑器里都是可以正常渲染的,本质上,markdown 就是 HTML,如果是原生HTML,也是可以正常显示的:
### 3. 多列布局 使用 `<div>` 多层嵌套,然后再设置其 CSS 属性。 <style> .container { display: grid; grid-auto-flow: column; grid-auto-columns: minmax(0, 1fr); gap: 2vw; margin-bottom: var(--content-padding-bottom); } </style> <div class="container"> <div> - 第1列 - Bullet - Bullet - Bullet </div> <div> 1. 第2列 1. List 2. List 3. List </div> <div> <img src="https://www.w3cschool.cn/attachments/image/20170526/1495798408306247.jpg" /> </div> </div>
正常应该是渲染成这样的:
The text was updated successfully, but these errors were encountered:
No branches or pull requests
你好,这段代码渲染不正确,效果没渲染出来,不知道编辑器是否支持混编的方式?在其他好多编辑器里都是可以正常渲染的,本质上,markdown 就是 HTML,如果是原生HTML,也是可以正常显示的:
正常应该是渲染成这样的:
The text was updated successfully, but these errors were encountered: