Skip to content

Commit

Permalink
Version 1.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
yohasebe committed Oct 24, 2024
1 parent 2e62e54 commit 9dd274b
Show file tree
Hide file tree
Showing 26 changed files with 437 additions and 295 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
FROM ruby:3.2.0-alpine3.17
ENV WORKSPACE /rsyntaxtree
FROM ruby:3.3-alpine
ENV WORKSPACE=/rsyntaxtree
WORKDIR $WORKSPACE

RUN apk update && \
Expand Down
2 changes: 1 addition & 1 deletion Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ task :docker_build do
`docker build ./ -t rsyntaxtree_devel`
end

desc "Generate SVG and PNG example images using Docker mage"
desc "Generate SVG and PNG example images using Docker image"
task :docker_generate do
docpath = File.expand_path(File.join(__dir__, "docs"))
`docker build ./ -t rsyntaxtree_devel`
Expand Down
41 changes: 41 additions & 0 deletions docs/_examples/053.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,41 @@
---
name: "053"
color: "on"
caption: "Escaping square brackets"
category: "Miscellaneous"
polyline: "off"
symmetrization: "off"
connector: "auto"
connector_height: "3.0"
linewidth: "1"
hide_default_connectors: "off"
font: "Noto Serif"
---
```
[expr
[id x
]
[suffix
\[
[id 2
]
\]
[suffix
\[
[id 3
]
\]
[suffix
\[
[id 4
]
\]
]
]
]
]
```
Binary file modified docs/assets/img/005.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/assets/img/011.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/assets/img/012.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/assets/img/013.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/assets/img/026.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/assets/img/027.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/assets/img/033.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/assets/img/040.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/assets/img/053.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
34 changes: 17 additions & 17 deletions docs/assets/svg/005.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
38 changes: 19 additions & 19 deletions docs/assets/svg/011.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit 9dd274b

Please sign in to comment.