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
DaffArticleComponent should automatically set the title and lead elements based upon solely css selectors instead of directives
The Desired Behavior
The daffArticleTitle styles should apply to the daff-article h1 tag. The daffArticleLead should apply to the paragraph directly after the h1 tag in article.
Your Use Case
There is no easy way to add directives to markdown files, so we should just move the styles into the appropriate article tags.
Prior Work
Environment
Daffodil version: X.Y.Z
Angular version: X.Y.Z
For Tooling issues:
- Node version: XX
- Platform:
Others:
The text was updated successfully, but these errors were encountered:
xelaint
changed the title
DaffArticleComponent should automatically set the lead element based upon solely css selectors instead of directives
[FEAT] DaffArticleComponent should automatically set the lead element based upon solely css selectors instead of directives
Jun 13, 2024
xelaint
changed the title
[FEAT] DaffArticleComponent should automatically set the lead element based upon solely css selectors instead of directives
[FEAT] DaffArticleComponent should automatically set the title and lead elements based upon solely css selectors instead of directives
Jun 13, 2024
xelaint
changed the title
[FEAT] DaffArticleComponent should automatically set the title and lead elements based upon solely css selectors instead of directives
[FEAT] Set the title and lead elements in the article component based solely on css selectors instead of directives
Jun 13, 2024
💡 Feature request
Feature Name
DaffArticleComponent should automatically set the title and lead elements based upon solely css selectors instead of directives
The Desired Behavior
The
daffArticleTitle
styles should apply to thedaff-article h1
tag. ThedaffArticleLead
should apply to the paragraph directly after theh1
tag in article.Your Use Case
There is no easy way to add directives to markdown files, so we should just move the styles into the appropriate article tags.
Prior Work
Environment
The text was updated successfully, but these errors were encountered: