Update 'Home'

master
code-dev 3 years ago
parent
commit
ce950a16d2
  1. 10
      Home.md

10
Home.md

@ -46,13 +46,9 @@ With the goal of creating something that is both lightweight and easy to use, I'
Let’s mock-up template structures:
<p id="gdcalert1" ><span style="color: red; font-weight: bold">>>>>> gd2md-html alert: inline image link here (to images/image1.jpg). Store image on your image server and adjust path/filename/extension if necessary. </span><br>(<a href="#">Back to top</a>)(<a href="#gdcalert2">Next alert</a>)<br><span style="color: red; font-weight: bold">>>>>> </span></p>
![alt_text](images/image1.jpg "image_tooltip")
<img src="https://chulk.org/code-dev/codegen/src/branch/main/doc/images/image4.jpg"
alt=""
/>
The first part is to create models that drive text output; the second half involves file and text related things such as file creation and text output.

Loading…
Cancel
Save