I have this code:
%p
A debtor with the court's approval can hire attorneys via
%a{:id=>"proc",:href=>'/codes#rule327'}Section 327.
That renders:
A debtor with the court's approval can hire attorneys via Section 327.
I know this is extremely picky, but I do not want the period bolded. When I try:
%p
A debtor with the court's approval can hire attorneys via
%a{:id=>"proc",:href=>'/codes#rule327'}Section 327
\.
It yields:
A debtor with the court's approval can hire attorneys via Section 327 .
I would like to know how do I get:
A debtor with the court's approval can hire attorneys via Section 327.