Skip to content

Commit

Permalink
fix: add line break in long url link manually
Browse files Browse the repository at this point in the history
markdown -> reviewの変換はビルド時に自動実行されないよう分けたので、今後markdownに修正を加えた際は、別途`npm run md2review`を実行後、このコミットと同様の手動の調整を加えること
  • Loading branch information
YasunoriMATSUOKA committed Oct 23, 2024
1 parent 34ff4b1 commit ad881a4
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 13 deletions.
4 changes: 2 additions & 2 deletions articles/04_transaction.re
Original file line number Diff line number Diff line change
Expand Up @@ -415,15 +415,15 @@ echo $hash . PHP_EOL;

//beginchild

* @<href>{https://symbol.fyi/transactions/BAD83010F0A707A8ED0AF9D5BFDDBF8226878F6921CE75C7E75BBE50F869870B,https://symbol.fyi/transactions/}@<embed>{|html|<br />}BAD83010F0A707A8ED0AF9D5BFDDBF8226878F6921CE75C7E75BBE50F869870B
* @<href>{https://symbol.fyi/transactions/BAD83010F0A707A8ED0AF9D5BFDDBF8226878F6921CE75C7E75BBE50F869870B,https://symbol.fyi/transactions/}@<br>{}BAD83010F0A707A8ED0AF9D5BFDDBF8226878F6921CE75C7E75BBE50F869870B

//endchild

* テストネット 

//beginchild

* @<href>{https://testnet.symbol.fyi/transactions/BAD83010F0A707A8ED0AF9D5BFDDBF8226878F6921CE75C7E75BBE50F869870B,https://testnet.symbol.fyi/transactions/}@<embed>{|html|<br />}BAD83010F0A707A8ED0AF9D5BFDDBF8226878F6921CE75C7E75BBE50F869870B
* @<href>{https://testnet.symbol.fyi/transactions/BAD83010F0A707A8ED0AF9D5BFDDBF8226878F6921CE75C7E75BBE50F869870B,https://testnet.symbol.fyi/transactions/}@<br>{}BAD83010F0A707A8ED0AF9D5BFDDBF8226878F6921CE75C7E75BBE50F869870B

//endchild

Expand Down
8 changes: 4 additions & 4 deletions articles/09_multisig.re
Original file line number Diff line number Diff line change
Expand Up @@ -472,7 +472,7 @@ console.log(txInfo);

//beginchild

* AD4D43687EFDE2A15CF316FCCB209F80DC07498090725FE9C9C2A239E7B38E39
* AD4D43687EFDE2A15CF316FCCB209F80@<br>{}DC07498090725FE9C9C2A239E7B38E39

//endchild

Expand All @@ -492,7 +492,7 @@ console.log(txInfo);

//beginchild

* 8D1516F8F7C8352680C19F578238D8C258A281E9FD66A72A384C10776FD42DE1
* 8D1516F8F7C8352680C19F578238D8C2@<br>{}58A281E9FD66A72A384C10776FD42DE1

//endchild

Expand All @@ -512,7 +512,7 @@ console.log(txInfo);

//beginchild

* 4AA192AE9F4FD262E489BCA3B79490FB39F61D1CD7206D50F856891CAA3CCAF7
* 4AA192AE9F4FD262E489BCA3B79490FB@<br>{}39F61D1CD7206D50F856891CAA3CCAF7

//endchild

Expand All @@ -525,7 +525,7 @@ console.log(txInfo);

//beginchild

* D1C49DF9CA73E0BAA204EFDF88F714548FD40B2E1D9A8EE31FE98AD7E3C877FD
* D1C49DF9CA73E0BAA204EFDF88F71454@<br>{}8FD40B2E1D9A8EE31FE98AD7E3C877FD

//endchild

Expand Down
12 changes: 6 additions & 6 deletions articles/11_restriction.re
Original file line number Diff line number Diff line change
Expand Up @@ -72,23 +72,23 @@ restrictionFlags は v2 の AddressRestrictionFlag に相当します。 Address

//beginchild

* symbolSdk.symbol.AccountRestrictionFlags.ADDRESS + symbolSdk.symbol.AccountRestrictionFlags.OUTGOING
* symbolSdk.symbol.AccountRestrictionFlags.ADDRESS + @<br>{}symbolSdk.symbol.AccountRestrictionFlags.OUTGOING

//endchild

* BlockIncomingAddress:指定アドレスからの受信受拒否

//beginchild

* symbolSdk.symbol.AccountRestrictionFlags.ADDRESS + symbolSdk.symbol.AccountRestrictionFlags.BLOCK
* symbolSdk.symbol.AccountRestrictionFlags.ADDRESS + @<br>{}symbolSdk.symbol.AccountRestrictionFlags.BLOCK

//endchild

* BlockOutgoingAddress:指定アドレス宛への送信禁止

//beginchild

* symbolSdk.symbol.AccountRestrictionFlags.ADDRESS + symbolSdk.symbol.AccountRestrictionFlags.BLOCK + symbolSdk.symbol.AccountRestrictionFlags.OUTGOING
* symbolSdk.symbol.AccountRestrictionFlags.ADDRESS + @<br>{}symbolSdk.symbol.AccountRestrictionFlags.BLOCK + @<br>{}symbolSdk.symbol.AccountRestrictionFlags.OUTGOING

//endchild

Expand Down Expand Up @@ -135,7 +135,7 @@ try {

//endchild

* BlockMosaic:指定モザイクを含むトランザクションを受信拒否-symbolSdk.symbol.AccountRestrictionFlags.MOSAIC_ID + symbolSdk.symbol.AccountRestrictionFlags.BLOCKモザイク送信の制限機能はありません。また、後述するモザイクのふるまいを制限するグローバルモザイク制限と混同しないようにご注意ください。
* BlockMosaic:指定モザイクを含むトランザクションを受信拒否-@<br>{}symbolSdk.symbol.AccountRestrictionFlags.MOSAIC_ID + @<br>{}symbolSdk.symbol.AccountRestrictionFlags.BLOCK@<br>{}モザイク送信の制限機能はありません。また、後述するモザイクのふるまいを制限するグローバルモザイク制限と混同しないようにご注意ください。

=== 指定トランザクションの送信制限

Expand Down Expand Up @@ -176,12 +176,12 @@ try {

//beginchild

* symbolSdk.symbol.AccountRestrictionFlags.TRANSACTION_TYPE + symbolSdk.symbol.AccountRestrictionFlags.OUTGOING
* symbolSdk.symbol.AccountRestrictionFlags.TRANSACTION_TYPE + @<br>{}symbolSdk.symbol.AccountRestrictionFlags.OUTGOING

//endchild

* BlockOutgoingTransactionType:指定トランザクションの送信を禁止
* symbolSdk.symbol.AccountRestrictionFlags.TRANSACTION_TYPE + symbolSdk.symbol.AccountRestrictionFlags.OUTGOING + symbolSdk.symbol.AccountRestrictionFlags.BLOCK
* symbolSdk.symbol.AccountRestrictionFlags.TRANSACTION_TYPE + @<br>{}symbolSdk.symbol.AccountRestrictionFlags.OUTGOING + @<br>{}symbolSdk.symbol.AccountRestrictionFlags.BLOCK

トランザクション受信の制限機能はありません。指定できるオペレーションは以下の通りです。

Expand Down
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,8 @@
"scripts": {
"global-bundler": "gem install bundler",
"global": "npm run global-bundler",
"pdf": "bash ./md2review.sh && grunt pdf",
"md2review": "bash ./md2review.sh",
"pdf": "grunt pdf",
"md": "grunt markdown",
"html": "grunt html",
"text": "grunt text",
Expand Down

0 comments on commit ad881a4

Please sign in to comment.