Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
K
Kannai site
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Academany
Fab Academy
2022
Fab Academy 2022 Labs
Kannai
Kannai site
Commits
1365ff8d
Commit
1365ff8d
authored
3 years ago
by
yuichitamiya
Browse files
Options
Downloads
Patches
Plain Diff
add tips markdown
parent
c0ac4a8f
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Pipeline
#280950
passed
3 years ago
Stage: deploy
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
docs/Instruction/tips/markdown_In-page_links.md
+78
-0
78 additions, 0 deletions
docs/Instruction/tips/markdown_In-page_links.md
docs/Instruction/tips_list.md
+1
-0
1 addition, 0 deletions
docs/Instruction/tips_list.md
with
79 additions
and
0 deletions
docs/Instruction/tips/markdown_In-page_links.md
0 → 100644
+
78
−
0
View file @
1365ff8d
# In-page links
# Title
[
go to Title
](
#title
)
// Capital letter -> small letter
## sharpx2
[
got to sharpx2
](
#sharpx2
)
// always use one "#" even deeper index
### include blank index
[
go to include blank index
](
#include-blank-index
)
// blank -> ""-""
#### abc_def!@#$%^&*()+|~=\`[]{};':",./<>?123-456
[
go to abc_def!@#$%^&*()+|~=\`[]{};':",./<>?123-456
](
#abc_def123-456
)
//ignore except alphabet, number, a"_" and "-"
```
# Title
[go to Title](#title)
// Capital letter -> small letter
## sharpx2
[got to sharpx2](#sharpx2)
// always use one "#" even deeper index
### include blank index
[go to include blank index](#include-blank-index)
// blank -> ""-""
#### abc_def!@#$%^&*()+|~=\`[]{};':",./<>?123-456
[go to abc_def!@#$%^&*()+|~=\`[]{};':",./<>?123-456](#abc_def123-456)
//ignore except alphabet, number, a"_" and "-"
```
Ref.
[
here
](
https://qiita.com/hennin/items/7ee58dd7d7c013a23be7#%E5%90%8C%E3%81%98%E3%83%98%E3%83%83%E3%83%80%E3%83%BC
)
-----
# Links
```
[text](path/to/link)
// normal syntax
[text][1]
[1]:path/to/link
// other link syntax

// normal syntax
![image][]
[image]: path/to/image.jpg "text"
// other image syntax
![image][1]
![image][2]
![image][3]
[1]: path/to/image1.jpg "text"
[2]: path/to/image2.jpg "text"
[3]: path/to/image3.jpg "text"
// Use ID
```
This diff is collapsed.
Click to expand it.
docs/Instruction/tips_list.md
+
1
−
0
View file @
1365ff8d
...
...
@@ -14,6 +14,7 @@
-
[
FA2022 Embedded Programming Environment
](
http://academany.fabcloud.io/fabacademy/2021/labs/kannai/site/instruction/tips/fa2022_embed_env/
)
-
[
FA2022 USB-D11C-serial (Pi3 + OpenOCD)
](
http://academany.fabcloud.io/fabacademy/2021/labs/kannai/site/instruction/tips/fa2022_usbserial_pi3_openocd/
)
-
[
Program SAMD11C_serial.ino
](
http://academany.fabcloud.io/fabacademy/2021/labs/kannai/site/instruction/tips/fa2022_usbserial_pi3_openocd#on-mac-terminal
)
-
[
FA2022 USB-D11C-serial (Pi4 + Ubuntu + edbg + Xiao)
](
http://academany.fabcloud.io/fabacademy/2021/labs/kannai/site/instruction/tips/FA2022%20usbserial_Pi4_edbg/
)
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment