darkmouun 2.0.0 → 2.0.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/README.md +2 -2
- data/lib/darkmouun/kramdown.rb +1 -1
- data/lib/darkmouun/version.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 8ee7a1c55cc3dbae755416b1fc4dc3e8cc6718fbf133197755d164768a81ca32
|
4
|
+
data.tar.gz: 4fb1e37d283016f36be823dcd0b3bbc45123d8978f6ea3cb8658aeb5bd3fed6c
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 0bf23967422b37d38af009ae0bd6add04b1d884da54d5f93bb2be99aecb3fd90eed0fdc67a9ac3b8fad9a013b2549c40474f985073bcfa9560f1718afb86b28d
|
7
|
+
data.tar.gz: ffca9b7b0298cfdce242c746f73a0279bd3e814ec55cf77c9ab6d792aca49d94713784d3ffb0f375f74fc48d491fb230cd1da76968e0215e5d1fac64f2ca7aab
|
data/README.md
CHANGED
@@ -95,9 +95,9 @@ dkmn.convert #=> <p>The Calculation:</p>
|
|
95
95
|
|
96
96
|
Darkmouun has extended to kramdown. Extensions are below;
|
97
97
|
|
98
|
-
1. **Plain
|
98
|
+
1. **Plain span element form.** `[spanned phrase]` is converted to `<span>spanned phrase</span>`.
|
99
99
|
|
100
|
-
2. **Style
|
100
|
+
2. **Style IAL form.** `%attritute_name:value;` in IAL is converted to `style="attribute_name:value;"`.<br/>**ex.** `{:%color:#ffffff; %font-weight:bold;}` -> `style="color:#ffffff; font-weight:bold;"`<br/>**ATTENSION:** Every attribute must be started from "`%`" and ended with "`;`".
|
101
101
|
|
102
102
|
## Development
|
103
103
|
|
data/lib/darkmouun/kramdown.rb
CHANGED
data/lib/darkmouun/version.rb
CHANGED