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

タグのエスケープを可能にする #41

Open
maruTA-bis5 opened this issue May 5, 2024 · 0 comments
Open

タグのエスケープを可能にする #41

maruTA-bis5 opened this issue May 5, 2024 · 0 comments

Comments

@maruTA-bis5
Copy link
Member

maruTA-bis5 commented May 5, 2024

セルに記入されているタグを解釈せずに無視するための、エスケープ構文を導入する。

Spec

  • \をエスケープ文字として使用する
    • タグの前に\がない場合、タグとして解釈する(従来同様)
    • タグの前に\がある場合、タグとして扱わず無視する (\は除去する)
    • タグの前に\\がある場合、\\\に置換した上でタグとして解釈する

related: excella-core/excella-reports#65

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant