Documentation updates
This commit is contained in:
parent
cd36be4e19
commit
645748091c
30 changed files with 216 additions and 70 deletions
4
notes.md
4
notes.md
|
|
@ -134,11 +134,11 @@ To convert PCjs' special links, such as:
|
|||
|
||||
to normal Markdown links, search using this regex:
|
||||
|
||||
\!\[(.*?)\]\(([^ )]*) \"link:([^:]*):([0-9]*):([0-9]*)\"\)
|
||||
\!\[(.*?)\]\(([^ )]*) \"link:(.*?):([0-9]*):([0-9]*)\"\)
|
||||
|
||||
and replace using this regex:
|
||||
|
||||
[<img src="$2" width="$4" height="$5"/>]($3 "$1")
|
||||
[<img src="$2" width="$4" height="$5" alt="$1"/>]($3)
|
||||
|
||||
|
||||
Jekyll "Cheat Sheet"
|
||||
|
|
|
|||
Loading…
Reference in a new issue