Allow both Liquid-style and Markdown-style image links in the same document
This commit is contained in:
parent
224a19be4f
commit
f42cf4c251
1 changed files with 3 additions and 0 deletions
|
|
@ -39,6 +39,7 @@ Demos
|
|||
Some pre-configured machines are shown below, ready to run BASIC, DOS, Windows 1.01, and assorted non-DOS software.
|
||||
|
||||
{% comment %}
|
||||
|
||||

|
||||

|
||||

|
||||
|
|
@ -47,7 +48,9 @@ Some pre-configured machines are shown below, ready to run BASIC, DOS, Windows 1
|
|||

|
||||

|
||||

|
||||
|
||||
{% endcomment %}
|
||||
|
||||
{% include screenshot.html src="/devices/pc/machine/5150/cga/64kb/donkey/thumbnail.jpg" width="200" height="120" title="IBM PC running DONKEY.BAS" link="/devices/pc/machine/5150/cga/64kb/donkey/" %}
|
||||
{% include screenshot.html src="/devices/pc/machine/5160/cga/256kb/demo/thumbnail.jpg" width="200" height="120" title="IBM PC XT w/CGA, 10Mb Hard Drive" link="/devices/pc/machine/5160/cga/256kb/demo/" %}
|
||||
{% include screenshot.html src="/devices/pc/machine/5160/cga/256kb/win101/thumbnail.jpg" width="200" height="120" title="IBM PC XT w/CGA, Windows 1.01" link="/devices/pc/machine/5160/cga/256kb/win101/" %}
|
||||
|
|
|
|||
Loading…
Reference in a new issue