new md test
This commit is contained in:
parent
99cfca7643
commit
8e791b8be6
|
@ -0,0 +1,25 @@
|
|||
--[[-----------
|
||||
testing underscores
|
||||
|
||||
- a list
|
||||
* sublist
|
||||
* more
|
||||
* of items
|
||||
more than one line
|
||||
- indeed
|
||||
can keep going
|
||||
|
||||
Look at <<_ONE_>> and <<table.concat>>
|
||||
|
||||
@module underscore
|
||||
]]
|
||||
|
||||
----------
|
||||
-- A function (<<_TWO_>>).
|
||||
-- @see _TWO_
|
||||
function _ONE_() end
|
||||
|
||||
-----------
|
||||
-- another function
|
||||
-- @see string.format
|
||||
function _TWO_() end
|
Loading…
Reference in New Issue