The latest version of markup is 4.2.0-0.
markup
Version 4.0.1 revision 0 uploaded by athanclark.
Package meta
- Synopsis
- Abstraction for HTML-embedded content
- Description
This library tries to simplify deployment of common HTML constructs, for different HTML engines.
Deployment, from this library's perspective, means how something can be rendered to markup, yet still achieve the same "result" to the end user (namely the DOM). For instance, we could use a
link
tag to reference external Css, or we might insert the Css code inline astyle
tag.We use simple tags to infer the deployment mechanism for a context of markup. The three deployment mechanisms provided include
inline - the asset inserted between markup tags
local - assets on the current server
remote - assets referenced with a complete URI
- Author
- Athan Clark <athan.clark@gmail.com>
- Bug reports
- n/a
- Category
- Data, Web
- Copyright
- n/a
- Homepage
- n/a
- Maintainer
- Athan Clark <athan.clark@gmail.com>
- Package URL
- n/a
- Stability
- n/a