Code Monkey home page Code Monkey logo

seminar-slides's Introduction

seminar-slides 使用指南

Author: Wenxuan SHI

seminar-slides Markdown 编写规范

空行

所有非亲密元素之间留有空行。具体规则如下:

  • 分割符与上下文本内容之间留有空行
  • 标题与内容之间留有空行
  • 刻意换行处留一个空行

亲密性例外:

  • 无序列表、有序列表之间不应留空行。
  • 需要保持连续的内容之间不应留空行。
this is the last line of the page, content ends.

---

## A Title

This is the line 1 in the page, aba, aba.

This is the line 2 in the page, bala, bala,
and this is also the line 2 in the page,
and this is still the line 2 in the page.

- My point 1
- My point 2

标题符号

  • 使用#作为section分割符,使用##作为页面标题,使用###作为block分割符。
  • # (section) 后必须有 ##,不能紧跟内容。
This is the last line of the page, content ends.

---

# Section name

## A title

This is content.

---

## B title

This is content.

### A block title

Foo Bar

### B block title

Dong Dua

🤷🏻 新的一周我该做什么

  • git pull
  • 直接修改 slide.md 文件。
  • 如需要增加图片,增加在根目录即可。
  • git pull,解决冲突
  • git push

🖐 手动完成的工作

  • 按需清除上周无用的图片。
  • 每周定稿后给最后一个提交打 tag。
  • 每周定稿后发布一个 release。

🖥️ 自动完成的工作

  • 每次 git push,都会尝试编译 PDF 文件到 output 文件夹中。

⛔️ 不要做!

  • 不要修改 Markdown 的文件名。
  • 不要修改 Markdown 头部控制编译的 metadata (yaml header)。
  • 不要删除 .github文件夹(这是一个隐藏文件夹)中的任何内容。
  • 不要修改 .gitignore,因为这将影响自动化。

📢 还请注意

  • pandoc 不支持 Marp 的一些高级用法,比如 image syntax

seminar-slides's People

Contributors

whexy avatar hotaru555 avatar tert-butyllithium avatar

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.