-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
(table of contents, mermaid, anchor, figure) Co-authored-by: Aditya Hegde <[email protected]>
- Loading branch information
1 parent
66c653f
commit 638e3d7
Showing
9 changed files
with
682 additions
and
418 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
--- | ||
date: 2024-04-22 | ||
title: Anna Documentation Updates | ||
type: page | ||
--- | ||
|
||
- we are common mark compliant | ||
- page and posts field to frontmatter | ||
- recursively copies contents/ dir, so images and static content can be added in sub-dirs | ||
- goldmark extension details: mermaid, toc, figure(Add caption beloe link, etc) | ||
|
||
## developer guide | ||
|
||
- profiling: | ||
- live pprof during live reload | ||
- creating .pprof files |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,31 @@ | ||
--- | ||
title: Testing File for Extensions | ||
type: post | ||
draft: true | ||
--- | ||
|
||
```pikchr | ||
arrow right 200% "Markdown" "Source" | ||
box rad 10px "Markdown" "Formatter" "(markdown.c)" fit | ||
arrow right 200% "HTML+SVG" "Output" | ||
arrow <-> down 70% from last box.s | ||
box same "Pikchr" "Formatter" "(pikchr.c)" fit | ||
``` | ||
|
||
```mermaid | ||
graph TD; | ||
A-->B; | ||
A-->C; | ||
B-->D; | ||
C-->D; | ||
``` | ||
|
||
```mermaid | ||
--- | ||
title: Order example | ||
--- | ||
erDiagram | ||
CUSTOMER ||--o{ ORDER : places | ||
ORDER ||--|{ LINE-ITEM : contains | ||
CUSTOMER }|..|{ DELIVERY-ADDRESS : uses | ||
``` |
Oops, something went wrong.