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

feat(core/inlines): add new syntax for inline <var> #2175

Merged
merged 8 commits into from Mar 23, 2019
Merged

Conversation

sidvishnoi
Copy link
Member

@sidvishnoi sidvishnoi commented Mar 21, 2019

|varName: type|     <=>    <var data-type="type">varName</var>
|varName|           <=>    <var>varName</var>

src/core/inlines.js Outdated Show resolved Hide resolved
Copy link
Member

@marcoscaceres marcoscaceres left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This looks good to me. Excited to use it!

src/core/inlines.js Outdated Show resolved Hide resolved
src/core/inlines.js Outdated Show resolved Hide resolved
@sidvishnoi
Copy link
Member Author

sidvishnoi commented Mar 21, 2019

Improved regex to match following cases (suggestions welcome):

src/core/inlines.js Outdated Show resolved Hide resolved
src/core/inlines.js Outdated Show resolved Hide resolved
@marcoscaceres
Copy link
Member

@saschanaz, you happy for us to go with this?

Copy link
Member

@saschanaz saschanaz left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍

src/core/inlines.js Outdated Show resolved Hide resolved
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.

None yet

3 participants