Skip to content

Commit 296c9df

Browse files
IT WORKS!!- Configuring, and attempting to add scratchblocks support
1 parent 3ce084b commit 296c9df

File tree

4 files changed

+27
-17
lines changed

4 files changed

+27
-17
lines changed

SPECIFICATION.md

Lines changed: 0 additions & 12 deletions
This file was deleted.

book.toml

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,15 @@
11
[book]
2-
title = "My First Book"
2+
title = "Scratch Specification"
3+
authors = ["Endless-Ocean"]
4+
description = "A formal programming language specification of Scratch."
5+
6+
[build]
7+
build-dir = "docs"
8+
create-missing = false
9+
10+
[output.html]
11+
additional-css = ["custom.css"]
12+
additional-js = ["scratchblocks.js"]
13+
smart-punctuation = true
14+
mathjax-support = true
15+

scratchblocks-3.6.1-min.js renamed to scratchblocks.js

Lines changed: 7 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/README.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
1-
# MDBOOK Test
1+
# Scratch Specification
22

3-
This is a test to see if `mdbook` is a viable means of creating this spec, as I would like to use Markdown rather than HTML for writing it, and I want to get going right away with no nonsense. `mdbook` may allow just that...
3+
This is an attempt to create a formal programming language specification of Scratch.
44

5-
Hmm...
5+
<pre class="blocks">
6+
when gf clicked
7+
move (10) steps
8+
</pre>

0 commit comments

Comments
 (0)