You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Html helper should be implemented for converting content to AMP html. If it's possible it should automatically add script dependencies to "scripts" section, otherwise another html helper should be implemented to accomplish that.
Example
@Amp.ConvertFrom(string content)
The text was updated successfully, but these errors were encountered:
Requirements
Html helper should be implemented for converting content to AMP html. If it's possible it should automatically add script dependencies to "scripts" section, otherwise another html helper should be implemented to accomplish that.
Example
The text was updated successfully, but these errors were encountered: