For an alternative, here a shameless plug:
Wikisyntax for the Monastery
I'm using it for 7 years now (?) and published it in 2016.
are regular users.
Several thousand posts were written in the meantime, only minor issues.
I wrote more than 50% of my posts from mobiles since I'm using this, HTML tags are a PITA otherwise.
"Wikisyntax" is probably misleading because it primarily supports
- autolinking of URLs
- de-localizing internal links (no lockouts) https://perlmonks.org/?node_id=11133704 becomes Re: Markdown is now supported for comments, experimentally
- short doc-links like ?my? for my
- automatic <p> tags between paragraphs
- short inline code-tags via 'single quotes'
- email-style quoting with > text...
- automated linking of Module::Names -> Module::Names
Plus: It doesn't interfere with the internal syntax:
The new syntax is translated to uppercase tags like <P> before posting and those uppercase tags are translated back again to the new syntax when editing , i.e. the <P> disappears at paragraphs end. (click on the xml display-link to see the stored format with uppercase tags)
It's based on a multi-phase regex logic and can be easily ported to Perl.
Hope this was of interest! :)
Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
Read Where should I post X? if you're not absolutely sure you're posting in the right place.
Please read these before you post! —
Posts may use any of the Perl Monks Approved HTML tags:
- a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
| |
For: |
|
Use: |
| & | | & |
| < | | < |
| > | | > |
| [ | | [ |
| ] | | ] |
Link using PerlMonks shortcuts! What shortcuts can I use for linking?
See Writeup Formatting Tips and other pages linked from there for more info.