Sha256: 39d1609d9e99e520a7fee6b635cafbd6c9d86a7528bc9289a286ed880f7b2485
Contents?: true
Size: 975 Bytes
Versions: 4
Compression:
Stored size: 975 Bytes
Contents
### light_bg_block This snippet creates a block with a light background. ### Options | Option | Description | Type | Default | | ------ | ----------- | ---- | ------- | | `content` | Content of the block | String | `null` | ### Example with options in the md file in the front matter add: ```yml --- layout: default --- {/% include light_bg.html content= "<h2>FAIR values</h2> <p> The FAIR Guiding Principles for scientific data management and stewardship are intended to help improve the Findability, Accessibility, Interoperability, and Reuse of digital assets. The FAIR Principles emphasize machine-actionability (i.e., the capacity of computational systems to find, access, interoperate, and reuse data with none or minimal human intervention) because humans increasingly rely on computational support to deal with data as a result of the increase in volume, complexity, and creation speed of data. </p> " %} ```
Version data entries
4 entries across 4 versions & 1 rubygems