MarkdownHtmlCss样式收集

<h3 data-tools-id="46476" style="visibility: visible;"><section style="font-family: Arial; border-width: 0px 0px 2px; border-style: none none solid; color: rgb(49, 147, 105); border-color: rgb(239, 112, 96); visibility: visible;"><section style="border-radius: 80% 100% 90% 20%; color: rgb(255, 255, 255); float: left; line-height: 20px; margin-right: 8px; padding: 4px 10px; background-color: rgb(239, 112, 96); visibility: visible;">1</section><section style="display: inline-block; font-weight: bold; font-size: 16px; line-height: 28px; color: rgb(239, 112, 96); min-height: 32px; visibility: visible;">摘要</section></section></h3>

1
摘要

<h4 data-tools-id="46476" style="visibility: visible;"><section style="font-family: Arial; border-width: 0px 0px 2px; border-style: none none solid; color: rgb(49, 147, 105); border-color: rgb(239, 112, 96); visibility: visible;"><section style="display: inline-block; font-weight: bold; font-size: 16px; line-height: 28px; color: rgb(239, 112, 96); min-height: 32px; visibility: visible;">倾情推荐!!!</section></section></h4>

倾情推荐!!!

> **推荐内容**

推荐内容

<h2 style="margin-top: 30px; margin-bottom: 15px; font-weight: bold; border-bottom: 2px solid #ef7060; font-size: 1.3em;" data-tool="mdnice编辑器"><span style="display: inline-block; background: #ef7060; color: #ffffff; padding: 3px 10px 1px; border-top-right-radius: 3px; border-top-left-radius: 3px; margin-right: 3px;">Cron 表达式通常包含6个或7个字段(具体取决于系统实现),标准格式</span></h2>

Cron 表达式通常包含6个或7个字段(具体取决于系统实现),标准格式

<span style="background-color: #58c468; color: #ffffff;">^[a-z0-9]{42}$</span>

[1]{42}$

<h3 style="font-size: 20px; border-color: rgb(0, 0, 0) rgb(0, 0, 0) rgb(53, 179, 120); line-height: 1.5em; letter-spacing: 0em; align-items: unset; background-attachment: scroll; background-clip: border-box; background-image: none; background-origin: padding-box; background-position: 0% 0%; background-repeat: no-repeat; background-size: auto; border-style: none none solid; border-width: 1px 1px 2px; border-radius: 0px; box-shadow: none; display: inline; font-weight: bold; flex-direction: unset; float: unset; height: auto; justify-content: unset; overflow: unset; text-indent: 0em; text-shadow: none; transform: none; width: auto; -webkit-box-reflect: unset; visibility: visible;">一、介绍</h3>

一、介绍

<h2 data-tool="mdnice编辑器" style="-webkit-tap-highlight-color: transparent; margin-top: 30px; margin-bottom: 15px; outline: 0px; border-color: rgb(0, 0, 0) rgb(0, 0, 0) rgb(8, 7, 7); align-items: unset; background-attachment: scroll; background-clip: border-box; background-image: none; background-origin: padding-box; background-position: 0% 0%; background-repeat: no-repeat; background-size: auto; border-style: none none solid; border-width: 1px 1px 4px; border-radius: 0px; box-shadow: none; flex-direction: unset; float: unset; height: auto; justify-content: unset; line-height: 1.5em; overflow: unset; text-shadow: none; transform: none; width: auto; -webkit-box-reflect: unset; visibility: visible;"><span style="-webkit-tap-highlight-color: transparent; outline: 0px; font-size: 20px; color: rgb(8, 7, 7); line-height: 1.5em; letter-spacing: 0em; font-weight: bold; align-items: unset; background-attachment: scroll; background-clip: border-box; background-image: none; background-origin: padding-box; background-position: 0% 0%; background-repeat: no-repeat; background-size: auto; border-style: none; border-width: 1px; border-color: rgb(0, 0, 0); border-radius: 0px; box-shadow: none; display: block; flex-direction: unset; float: unset; height: auto; justify-content: unset; overflow: unset; text-indent: 0em; text-shadow: none; transform: none; width: auto; -webkit-box-reflect: unset; visibility: visible;">前言</span><span style="-webkit-tap-highlight-color: transparent; margin-top: -10px; outline: 0px; background: none 0% 0% / auto no-repeat scroll padding-box border-box rgb(5, 5, 5); align-items: unset; border-style: none; border-width: 1px; border-color: rgb(0, 0, 0); border-radius: 20px 20px 0px 0px; box-shadow: none; display: flex; font-size: 22px; font-weight: bold; flex-direction: unset; float: right; height: 10px; justify-content: unset; letter-spacing: 0em; line-height: 1.5em; overflow: unset; text-indent: 0em; text-shadow: none; transform: none; width: 20px; -webkit-box-reflect: unset; visibility: visible;"></span></h2>

前言

<h4 style="text-align: left;margin-bottom: 0px;"><span style="color: rgb(255, 76, 0);"><strong><span style="font-size: 15px;">普通红色标题</span></strong></span></h4>

普通红色标题

<h4 style="text-align: left;margin-bottom: 0px;"><span style="color: rgb(255, 76, 0);"><strong><span style="font-size: 15px;">不带表头表格</span></strong></span></h4>

不带表头表格

<table border="1">
    <tbody>
        <tr>
            <td></td>
            <td align="center">秒
            </td>
            <td align="center">分钟
            </td>
            <td align="center">小时
            </td>
            <td align="center">日
            </td>
            <td align="center">月<br></td>
            <td align="center">星期
            </td>
            <td align="center">年
            </td>
        </tr>
        <tr>
            <td align="center">表达式字段
            </td>
            <td align="center">*</td>
            <td align="center">*</td>
            <td align="center">*</td>
            <td align="center">*</td>
            <td align="center">*</td>
            <td align="center">?</td>
            <td align="center">可不填默认为 *
        </tr>
        <tr>
            <td align="center">Cron 表达式</td>
            <td colspan="7">* * * * * ?</td>
        </tr>
    </tbody>
</table>
分钟 小时
星期
表达式字段 * * * * * ? 可不填默认为 *
Cron 表达式 * * * * * ?
<h4 style="text-align: left;margin-bottom: 0px;"><span style="color: rgb(255, 76, 0);"><strong><span style="font-size: 15px;">带表头表格</span></strong></span></h4>

带表头表格

<table border="1">
    <thead>
        <tr>
            <th>姓名</th>
            <th>年龄</th>
            <th>职业</th>
        </tr>
    </thead>
    <tbody>
        <tr>
            <td>张三</td>
            <td>28</td>
            <td>软件工程师</td>
        </tr>
        <tr>
            <td>李四</td>
            <td>35</td>
            <td>产品经理</td>
        </tr>
        <tr>
            <td>王五</td>
            <td>42</td>
            <td>设计师</td>
        </tr>
    </tbody>
</table>
姓名 年龄 职业
张三 28 软件工程师
李四 35 产品经理
王五 42 设计师

  1. a-z0-9 ↩︎

posted @ 2024-08-21 11:28  Journey&Flower  阅读(44)  评论(0)    收藏  举报