Skip to content

Commit

Permalink
link match case
Browse files Browse the repository at this point in the history
  • Loading branch information
wassfila committed Jun 8, 2024
1 parent 34fc8c0 commit b05f3a7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,7 @@ User friendly side menus collapsible and width adjustable with the mouse.
- Render standard markdown .md with custom Astro components
- Markdown images enhanced with Modal and panzoom function
- URL parameters auto open Modal
- URL parameters text focus pan, zoom and highlight
- URL parameters text focus SVG foreign objects fallback on pan, zoom and font weight blink
- URL parameters text focus move to, zoom, then animate glow text (supports xhtml SVG foreign objects)
- Markdown image directive for centering and image size defintion
- Markdown tables become interactive with data tables with [DataTables](https://datatables.net/)
- from Markdown table
Expand Down Expand Up @@ -52,7 +51,7 @@ This project uses unified environment variables that can be configured in a `.en
* `PUBLIC_BASE` : base url for the website, defaults to ""
* `CONTENT` : input directory for the markdown content, defaults to `content`
* `STRUCTURE` : output directory markdown parser content-structure, defaults to `.structure`

* `KROKI_SERVER` : supports local kroki server, defaults to https://kroki.io
## Markdown content
* `icons.yaml` can contain an icon with a link to be placed on the App bar right side
* `url_type` will be automatically defined to `dir` or `file` so that e.g. `./example/readme.md` as type `dir` will be served on `/example`
Expand Down
2 changes: 1 addition & 1 deletion content/examples/code-diagram-meta/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ This code block has language `blockdiag` and first code-block param of `astro-is
````
```blockdiag astro-is-awesome
blockdiag {
astro -> is -> Awesome;
Astro -> is -> Awesome;
}
```
````
Expand Down

0 comments on commit b05f3a7

Please sign in to comment.