-
Notifications
You must be signed in to change notification settings - Fork 22
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix single line formatting of call to action component
We use the default mechanism for parsing so that the parser can handle abbreviations and footnotes inside call to action component. Since this change (#292) we have had a regression where defining a call to action on a single line does not work as expected (e.g., `$CTA Click here to start the program $CTA`). The closing `div` is evaluated as markdown and the call to action component therefore runs on until the next closing `div`. This can be fixed by adding in some new lines between the div tags.
- Loading branch information
1 parent
acd0c29
commit 8f7b952
Showing
3 changed files
with
19 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters