avatar
文章
140
标签
122
分类
65
首页
归档
友链
随机
开往
Logocoder-xuyonghexo + butterfly 的 md 常用语法记录 返回首页
搜索
首页
归档
友链
随机
开往

hexo + butterfly 的 md 常用语法记录

发表于2025-07-29|更新于2026-09-18|6.Frontend2.Hexo
|总字数:85|阅读时长:1分钟|浏览量:

折叠块

隐藏内容的标题

隐藏文字隐藏文字隐藏文字。

支持 markdown 语法

支持标题

mermaid 教程

    flowchart LR
    markdown["`This **is** _Markdown_`"]
    newLines["`Line1
    Line 2
    Line 3`"]
    markdown --> newLines
  

https://mermaid.nodejs.cn/ecosystem/tutorials.html

md 中引入其他md

🚀 java基础可以查看
🚀 java基础#Nubmer小标题
文章作者: coder-xuyong
文章链接: https://coder-xuyong.netlify.app/posts/ad82df0b.html
版权声明: 本博客所有文章除特别声明外,均采用 CC BY-NC-SA 4.0 许可协议。转载请注明来源 coder-xuyong!
hexo
cover of previous post
上一篇
hexo + butterfly 搭建记录
这里记录了从搭建博客开始-->到改装的所有过程,持续更新中······
cover of next post
下一篇
Spring 之数据源
Spring 之数据源 本文基于 Spring Boot 2.7.3 版本。 Spring Boot 数据源基本配置Spring Boot 提供了一系列 spring.datasource.* 配置来控制 DataSource 的配置。用户可以在 application.properties 或 application.yml 文件中指定数据源配置。这些配置项维护在 DataSourceProperties 。 下面是一个最基本的 mysql 数据源配置示例(都是必填项): 12345678# 数据库访问地址spring.datasource.url = jdbc:mysql://localhost:3306/spring_tutorial?serverTimezone=UTC&useUnicode=true&characterEncoding=utf8# 数据库驱动类,必须保证驱动类是可加载的spring.datasource.driver-class-name = com.mysql.cj.jdbc.Driver# 数据库账号spring.datasourc...
相关推荐
cover
2025-07-01
hexo + butterfly 搭建记录
这里记录了从搭建博客开始-->到改装的所有过程,持续更新中······

评论
公告
目录
  1. 1. 折叠块
    1. 1.0.0.1. 支持标题
  • 2. mermaid 教程
  • 3. md 中引入其他md
  • blog
    hexo + butterfly 的 md 常用语法记录2025-07-29
    hexo + butterfly 搭建记录2025-07-01
    © 2025 - 2026 By coder-xuyong框架 Hexo 7.3.0|主题 Butterfly 5.7.0
    Hi, welcome to coder-xuyong's blog!
    搜索
    数据加载中