diff --git a/.markdownlint.json b/.markdownlint.json new file mode 100644 index 0000000..15ee227 --- /dev/null +++ b/.markdownlint.json @@ -0,0 +1,4 @@ +{ + "MD013": { "line_length": 100 }, + "MD051": false +} \ No newline at end of file diff --git a/.markdownlint.md b/.markdownlint.md new file mode 100644 index 0000000..aaa79e0 --- /dev/null +++ b/.markdownlint.md @@ -0,0 +1,6 @@ +# Markdown Lint rules + +See `peter-kehl/present_on_github_with_reveal.js > .markdownlint.md` +[online](https://github.com/peter-kehl/present_on_github_with_reveal.js/blob/main/.markdownlint.md) +or [locally](../present_on_github_with_reveal.js/.markdownlint.md) (if you have it in a sibling +directory). diff --git a/.vscode/bookmarks.json b/.vscode/bookmarks.json index 140c216..7a73a41 100644 --- a/.vscode/bookmarks.json +++ b/.vscode/bookmarks.json @@ -1,14 +1,2 @@ { - "files": [ - { - "path": "README_MORE_RESOURCES.md", - "bookmarks": [ - { - "line": 123, - "column": 4, - "label": "" - } - ] - } - ] } \ No newline at end of file diff --git a/.vscode/settings.json b/.vscode/settings.json index 2237621..e57d3a4 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -1,4 +1,5 @@ { "bookmarks.saveBookmarksInProject": true, - "bookmarks.useWorkaroundForFormatters": true + "bookmarks.useWorkaroundForFormatters": true, + "editor.wordWrapColumn": 100 } \ No newline at end of file diff --git a/README_BUILDS_AND_TESTING.md b/README-BUILDS-AND-TESTING.md similarity index 100% rename from README_BUILDS_AND_TESTING.md rename to README-BUILDS-AND-TESTING.md diff --git a/README.md b/README.md index f76ad7a..253417e 100644 --- a/README.md +++ b/README.md @@ -5,9 +5,8 @@ # Slides and alternative navigation If you are seeing this, consider viewing [presentation slides -(online)](https://peter-kehl.github.io/no_std_rust_libs) instead. Or see -[README_NAVIGATION.md -(online)](https://github.com/peter-kehl/present_on_github_with_reveal.js/blob/main/README_NAVIGATION.md) +(online)](https://peter-kehl.github.io/no_std_rust_libs) instead. Or see [README-NAVIGATE-SLIDES.md +(online)](https://github.com/peter-kehl/present_on_github_with_reveal.js/blob/main/README-NAVIGATE-SLIDES.md) for alternatives. --- @@ -264,4 +263,4 @@ https://raw.githubusercontent.com/ranging-rs/with_heap/main/src/../Cargo.toml data-url="https://raw.githubusercontent.com/ranging-rs/with_heap/main/src/../Cargo.toml"> - \ No newline at end of file diff --git a/index.html b/index.html index 3873802..af83921 100644 --- a/index.html +++ b/index.html @@ -46,8 +46,8 @@ https://github.com/denehyg/reveal.js-menu replaces that initial theme with any of the built-in themes that the user chooses. (reveal.js-menu needs "id" here.) --> - + @@ -57,7 +57,7 @@ -
+