comparison src/learn.html.luan @ 90:0dced626778b default tip

minor
author Franklin Schmidt <fschmidt@gmail.com>
date Wed, 23 Apr 2025 20:10:03 -0600
parents 416bdc22a478
children
comparison
equal deleted inserted replaced
89:416bdc22a478 90:0dced626778b
226 } 226 }
227 luan = { 227 luan = {
228 title = [[Luan]] 228 title = [[Luan]]
229 content = function() 229 content = function()
230 %> 230 %>
231 <p>later</p> 231 <p>See <a href="https://www.luan.software/learn.html">Learning Luan</a>.</p>
232 <% 232 <%
233 end 233 end
234 } 234 }
235 html = { 235 html = {
236 title = [[HTML and CSS]] 236 title = [[HTML and CSS]]