Skip to content

Commit

Permalink
docs: updated changelog and added section on how to create slide show…
Browse files Browse the repository at this point in the history
…s with Pandoc
  • Loading branch information
christianvoigt committed Nov 15, 2021
1 parent 5f4454c commit 7a31251
Show file tree
Hide file tree
Showing 10 changed files with 3,139 additions and 18,180 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -28,3 +28,6 @@ lerna-debug.log*
*.njsproj
*.sln

.vscode
.parcel-cache
.cache
12 changes: 12 additions & 0 deletions .vscode/launch.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,18 @@
},
"restart": true,
"outFiles": ["${cwd}/packages/argdown-language-server/dist/**/*.js"]
},
{
"name": "Language Server E2E Test",
"type": "extensionHost",
"request": "launch",
"runtimeExecutable": "${execPath}",
"args": [
"--extensionDevelopmentPath=${workspaceRoot}",
"--extensionTestsPath=${workspaceRoot}/packages/argdown-vscode/dist/test/index",
"${workspaceRoot}/client/testFixture"
],
"outFiles": ["${workspaceRoot}/packages/argdown-vscode/dist/test/**/*.js"]
}
],
"compounds": [
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

![Argdown logo](./argdown-arrow.png?raw=true "Argdown logo")

**v1.7.0 released! Check out [the new features](https://argdown.org/changes/)**
**v1.7.12 released! Check out [the new features](https://argdown.org/changes/)**

[Argdown](https://christianvoigt.github.io/argdown) is a simple syntax for analyzing complex argumentation.

Expand Down
4 changes: 2 additions & 2 deletions docs/.vuepress/public/argdown-map.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 7a31251

Please sign in to comment.