使用 Markdown 格式化

在 Tidyverse 中用数据进行沟通

Timo Grossenbacher

Data Journalist

Markdown

Markdown 由 John Gruber 于 2004 年创建,目标是让人们"用易读、易写的纯文本格式撰写,然后转换为结构有效的 HTML"。

1 Daringfireball.net (https://web.archive.org/web/20040402182332/http://daringfireball.net/projects/markdown/)
在 Tidyverse 中用数据进行沟通

Markdown

# A short text

## Introduction

Hello, *my name* is 
**Timo Grossenbacher** and I 
work at 
[SRF Data](https://srf.ch/data).

一段简短文本

介绍

Hello,my name is Timo Grossenbacher,我在 SRF Data 工作。

<h1>A short text</h1>

<h2>Introduction</h2>

Hello, <em>my name</em> is 
<strong>Timo Grossenbacher</strong>
and I work at 
<a href = "https://srf.ch/data">
SRF Data</a>.
在 Tidyverse 中用数据进行沟通

Pandoc Markdown

RMarkdown = Markdown 正文 + R 代码

所有格式选项见 Pandoc Markdown 参考

在 Tidyverse 中用数据进行沟通

让我们来练习!

在 Tidyverse 中用数据进行沟通

Preparing Video For Download...