Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add //embed{...//} and @<embed>{...} #751

Merged
merged 2 commits into from
Feb 21, 2017
Merged

add //embed{...//} and @<embed>{...} #751

merged 2 commits into from
Feb 21, 2017

Conversation

takahashim
Copy link
Collaborator

@takahashim takahashim commented Feb 18, 2017

cf. #730

試しに//embed{...//}@<embed>{...}を実装しました。
//embed{...//}はあらゆるエスケープを無視してそのまま埋め込みます。ついでに#@...形式のコメントも無視せずそのまま埋め込みます。
//}の行はどうやっても埋め込めません(エスケープルールがないので)が、それは仕様ということにしておいた方が良さそう。先頭を空白にした //}なら埋め込めます。

@<embed>{...}はそのインライン版ですが、こちらはエスケープルールがあります。

  • }\}と書く
  • \\\と書く
  • それ以外の文字はそのまま書く

というルールで任意の文字を埋め込めるはずです。

@takahashim takahashim merged commit 788ffe9 into master Feb 21, 2017
@takahashim takahashim deleted the embed branch February 21, 2017 15:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant