Hi!

I'd like to see \- (non-breaking hyphen) and \_ (non-breaking space)
used, because spreading your pages with lots of "‑" or " "
makes a page's source harder to read.

Or are there already other ways I didn't find?

I now added this to my local/config.php:
>>><<<
##  Add \- and \- markups to generate a non-breaking hyphen or a
non-breaking space.
##  See
<https://www.chiark.greenend.org.uk/~sgtatham/halibut/halibut-1.2/input.html#input-nonbreaking>.
Markup('\-', 'inline', '/\\\-/', '&#8209;');
Markup('\_', 'inline', '/\\\_/', '&#160;');
>>><<<

Cheers,
Robert
-- 
              +++ BTTR Software +++
     Home page: https://www.bttr-software.de/
DOS ain't dead: https://www.bttr-software.de/forum/

_______________________________________________
pmwiki-users mailing list
pmwiki-users@pmichaud.com
http://www.pmichaud.com/mailman/listinfo/pmwiki-users

Reply via email to