提交 5637c08b 编写于 作者: J Jason Park

Create SCRATCH_PAPER.md

上级 8f5a875a
......@@ -24,6 +24,7 @@ import { actions } from '/reducers';
import { extension, refineGist } from '/common/util';
import { exts, us } from '/common/config';
import README from '/static/README.md';
import SCRATCH_PAPER from '/static/SCRATCH_PAPER.md';
import styles from './stylesheet.scss';
loadProgressBar();
......@@ -137,7 +138,7 @@ class App extends React.Component {
titles: ['Scratch Paper', 'Untitled'],
files: [{
name: 'README.md',
content: `# Scratch Paper\nVisualize your own algorithm here!\n\n[Tracer API](https://github.com/algorithm-visualizer/tracers/wiki)`,
content: SCRATCH_PAPER,
contributors: [],
}, {
name: `code.${ext}`,
......
# Scratch Paper
Take a quick look at [Tracer API](https://github.com/algorithm-visualizer/tracers/wiki) and visualize your own algorithm here!
## Contribution
Create a pull request to [algorithm_visualizer/algorithms](https://github.com/algorithm-visualizer/algorithms) and help others learning.
\ No newline at end of file
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册