securemark 0.243.1 → 0.244.1

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.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,18 @@
1
1
  # Changelog
2
2
 
3
+ ## 0.244.1
4
+
5
+ - Refactoring.
6
+
7
+ ## 0.244.0
8
+
9
+ - Change mathblock syntax to increase the maximum number of contained lines to 300.
10
+ - Fix fence parser.
11
+
12
+ ## 0.243.2
13
+
14
+ - Refactoring.
15
+
3
16
  ## 0.243.1
4
17
 
5
18
  - Refactoring.
package/design.md CHANGED
@@ -297,3 +297,4 @@ MarkdownはGFMのように最初から高機能で完成度の高い拡張不要
297
297
  ### Data URI
298
298
 
299
299
  Data URIは保存および転送容量削減ならびに集約的管理のためサポートしない。
300
+ 特に規制および公開レベルの媒体別の設定のためテキストとメディアの分離が必須となる。