Syntax Highlight Pro allows you to easily add code onto any Stacks page. Choose from 8 beautiful themes and code in over 20 supported languages.
Free version offers 1 theme & 7 supported languages.
Syntax Highlight Pro allows you to easily add code onto any Stacks page. Choose from 8 beautiful themes and code in over 20 supported languages.
Free version offers 1 theme & 7 supported languages.
Unfortunately there is no button to simply justify text inside RapidWeaver’s WYSIWYG editing toolbar. HTML & CSS can be used to achieved this effect with a symbol copy and paste of the following code:
1 |
<p style="text-align: justify;">Enter Your Text</p> |
Note that it is always best practice to highlight sections where you add HTML and hit CMD + . which simply protects the syntax from RapidWeaver’s built in auto-correct feature.