Alex Schroeder
36815767f3
markdown-rule: allow to set text-align style
2019-09-19 10:38:47 +02:00
Alex Schroeder
c3f21d60c2
markdown-rule: fix > block quoting
2019-06-24 10:29:02 +02:00
Alex Schroeder
43221ea8a9
markdown-rule: fix """ quotes
2019-06-24 10:19:33 +02:00
Alex Schroeder
25350e93cb
markdown-rule: allow newlines in link text
...
Also added """ for blockquotes.
2019-06-21 23:51:50 +02:00
Alex Schroeder
63370f31d7
markdown-rule: robuster _underline_ and /italic/
2018-06-28 00:31:29 +02:00
Alex Schroeder
493ddc233c
markdown-rule: space after list item marker
...
Common Marks agrees. There, one to four spaces are required after * or
- or 1. to make it a list item.
2018-01-05 08:52:56 +01:00
Alex Schroeder
b23f1d777b
markdown-rule.pl: small change to code
2017-12-21 23:28:56 +01:00
Alex Schroeder
0c2718ca8c
markdown-rule: fix /emphasis/
...
Sometimes I write things like 5./month and that would have
triggered (?<=\P{Word})\/ so I decided to switch that the more
demanding (?<=\s)\/. In order to have italic items start table cells,
however, \G(?<=[|[:space:]])\/ instead.
2017-12-17 22:38:23 +01:00
Alex Schroeder
e9fad88a10
markdown-rule: fix setext headers
...
In this situation, the old order caused a problem:
```
---
pandoc: variable
---
```
The result would be <h2>```</h2> and worse to follow.
2017-12-17 22:25:36 +01:00
Alex Schroeder
9883a064f3
markdown-rule fixes for _foo_, *foo* and /foo/
2017-08-28 11:42:02 +02:00
Alex Schroeder
688cf9eea5
markdown-rule: support nested lists by indenting
2017-07-07 17:11:04 +02:00
Alex Schroeder
4c77bc11de
markdown-rule: merge with latest from server
2017-06-11 23:42:51 +02:00
Alex Schroeder
040bd05333
Markdown rule fix for markup in table cells
2017-05-22 18:20:53 +02:00
Alex Schroeder
4c6d91a101
Markdown rule: fix rules for __ and _
2017-05-22 17:59:34 +02:00
Alex Schroeder
07f315ca12
markdown-rule.pl: improving the regexps
2017-05-22 12:23:15 +02:00
Aleks-Daniel Jakimenko
4eef4d2d76
No more /o, modifiers sorted alphabetically
2015-08-23 21:22:12 +03:00
Alex Schroeder
58e9a1e240
use v5.10 everywhere + enabled test in meta.t
2015-08-18 10:48:03 +02:00
Aleks-Daniel Jakimenko
6f8d281d79
No more "use vars"!
2015-04-10 13:31:28 +03:00
Aleks-Daniel Jakimenko
4492ede096
"use strict;" in modules (some modules have problems)
2015-03-27 03:01:01 +02:00
Aleks-Daniel Jakimenko
62c7553d82
'return undef' changed to 'return'
...
This command was used:
find . -type f -print0 | xargs -0 sed -i 's/return undef/return/g'
The idea behind this commit is described on http://oddmuse.org/wiki/Refactoring page.
In short: 'return undef' returns (undef) in list context (a list with one element),
which is wrong.
2015-02-27 12:10:18 +02:00
Alex Schroeder
5aba2ae56f
Fixed typo in AddModuleDescription sub name
2014-08-21 22:23:23 +02:00
Alex Jakimenko
ee932dee37
Automatically reformatted modules
2014-08-21 07:29:46 +03:00
Alex Schroeder
508396d1d1
New module.
2014-01-24 23:19:58 +01:00