mirror of
https://github.com/atom/atom.git
synced 2026-02-11 07:05:11 -05:00
Tags can take textual content.
This commit is contained in:
6
src/stdlib/template/text.coffee
Normal file
6
src/stdlib/template/text.coffee
Normal file
@@ -0,0 +1,6 @@
|
||||
module.exports =
|
||||
class Text
|
||||
constructor: (@string) ->
|
||||
|
||||
toHtml: -> @string
|
||||
|
||||
Reference in New Issue
Block a user