OLD | NEW |
(Empty) | |
| 1 !!!! |
| 2 Foo |
| 3 !!!! |
| 4 |
| 5 """" |
| 6 Foo |
| 7 """" |
| 8 |
| 9 #### |
| 10 Foo |
| 11 #### |
| 12 |
| 13 $$$$ |
| 14 Foo |
| 15 $$$$ |
| 16 |
| 17 %%%% |
| 18 Foo |
| 19 %%%% |
| 20 |
| 21 &&&& |
| 22 Foo |
| 23 &&&& |
| 24 |
| 25 '''' |
| 26 Foo |
| 27 '''' |
| 28 |
| 29 (((( |
| 30 Foo |
| 31 (((( |
| 32 |
| 33 )))) |
| 34 Foo |
| 35 )))) |
| 36 |
| 37 **** |
| 38 Foo |
| 39 **** |
| 40 |
| 41 ++++ |
| 42 Foo |
| 43 ++++ |
| 44 |
| 45 ,,,, |
| 46 Foo |
| 47 ,,,, |
| 48 |
| 49 --- |
| 50 Foo |
| 51 --- |
| 52 |
| 53 .... |
| 54 Foo |
| 55 .... |
| 56 |
| 57 //// |
| 58 Foo |
| 59 //// |
| 60 |
| 61 :::: |
| 62 Foo |
| 63 :::: |
| 64 |
| 65 ;;;; |
| 66 Foo |
| 67 ;;;; |
| 68 |
| 69 <<<< |
| 70 Foo |
| 71 <<<< |
| 72 |
| 73 ==== |
| 74 Foo |
| 75 ==== |
| 76 |
| 77 >>>> |
| 78 Foo |
| 79 >>>> |
| 80 |
| 81 ???? |
| 82 Foo |
| 83 ???? |
| 84 |
| 85 @@@@ |
| 86 Foo |
| 87 @@@@ |
| 88 |
| 89 [[[[ |
| 90 Foo |
| 91 [[[[ |
| 92 |
| 93 \\\\ |
| 94 Foo |
| 95 \\\\ |
| 96 |
| 97 ]]]] |
| 98 Foo |
| 99 ]]]] |
| 100 |
| 101 ^^^^ |
| 102 Foo |
| 103 ^^^^ |
| 104 |
| 105 ____ |
| 106 Foo |
| 107 ____ |
| 108 |
| 109 ```` |
| 110 Foo |
| 111 ```` |
| 112 |
| 113 {{{{ |
| 114 Foo |
| 115 {{{{ |
| 116 |
| 117 |||| |
| 118 Foo |
| 119 |||| |
| 120 |
| 121 }}}} |
| 122 Foo |
| 123 }}}} |
| 124 |
| 125 ~~~~ |
| 126 Foo |
| 127 ~~~~ |
| 128 |
| 129 |
| 130 Bar |
| 131 !!!! |
| 132 |
| 133 Bar |
| 134 """" |
| 135 |
| 136 Bar |
| 137 #### |
| 138 |
| 139 Bar |
| 140 $$$$ |
| 141 |
| 142 Bar |
| 143 %%%% |
| 144 |
| 145 Bar |
| 146 &&&& |
| 147 |
| 148 Bar |
| 149 '''' |
| 150 |
| 151 Bar |
| 152 (((( |
| 153 |
| 154 Bar |
| 155 )))) |
| 156 |
| 157 Bar |
| 158 **** |
| 159 |
| 160 Bar |
| 161 ++++ |
| 162 |
| 163 Bar |
| 164 ,,,, |
| 165 |
| 166 Bar |
| 167 --- |
| 168 |
| 169 Bar |
| 170 .... |
| 171 |
| 172 Bar |
| 173 //// |
| 174 |
| 175 Bar |
| 176 :::: |
| 177 |
| 178 Bar |
| 179 ;;;; |
| 180 |
| 181 Bar |
| 182 <<<< |
| 183 |
| 184 Bar |
| 185 ==== |
| 186 |
| 187 Bar |
| 188 >>>> |
| 189 |
| 190 Bar |
| 191 ???? |
| 192 |
| 193 Bar |
| 194 @@@@ |
| 195 |
| 196 Bar |
| 197 [[[[ |
| 198 |
| 199 Bar |
| 200 \\\\ |
| 201 |
| 202 Bar |
| 203 ]]]] |
| 204 |
| 205 Bar |
| 206 ^^^^ |
| 207 |
| 208 Bar |
| 209 ____ |
| 210 |
| 211 Bar |
| 212 ```` |
| 213 |
| 214 Bar |
| 215 {{{{ |
| 216 |
| 217 Bar |
| 218 |||| |
| 219 |
| 220 Bar |
| 221 }}}} |
| 222 |
| 223 Bar |
| 224 ~~~~ |
| 225 |
| 226 ---------------------------------------------------- |
| 227 |
| 228 [ |
| 229 ["title", [ |
| 230 ["punctuation", "!!!!"], |
| 231 ["important", "Foo"], |
| 232 ["punctuation", "!!!!"] |
| 233 ]], |
| 234 |
| 235 ["title", [ |
| 236 ["punctuation", "\"\"\"\""], |
| 237 ["important", "Foo"], |
| 238 ["punctuation", "\"\"\"\""] |
| 239 ]], |
| 240 |
| 241 ["title", [ |
| 242 ["punctuation", "####"], |
| 243 ["important", "Foo"], |
| 244 ["punctuation", "####"] |
| 245 ]], |
| 246 |
| 247 ["title", [ |
| 248 ["punctuation", "$$$$"], |
| 249 ["important", "Foo"], |
| 250 ["punctuation", "$$$$"] |
| 251 ]], |
| 252 |
| 253 ["title", [ |
| 254 ["punctuation", "%%%%"], |
| 255 ["important", "Foo"], |
| 256 ["punctuation", "%%%%"] |
| 257 ]], |
| 258 |
| 259 ["title", [ |
| 260 ["punctuation", "&&&&"], |
| 261 ["important", "Foo"], |
| 262 ["punctuation", "&&&&"] |
| 263 ]], |
| 264 |
| 265 ["title", [ |
| 266 ["punctuation", "''''"], |
| 267 ["important", "Foo"], |
| 268 ["punctuation", "''''"] |
| 269 ]], |
| 270 |
| 271 ["title", [ |
| 272 ["punctuation", "(((("], |
| 273 ["important", "Foo"], |
| 274 ["punctuation", "(((("] |
| 275 ]], |
| 276 |
| 277 ["title", [ |
| 278 ["punctuation", "))))"], |
| 279 ["important", "Foo"], |
| 280 ["punctuation", "))))"] |
| 281 ]], |
| 282 |
| 283 ["title", [ |
| 284 ["punctuation", "****"], |
| 285 ["important", "Foo"], |
| 286 ["punctuation", "****"] |
| 287 ]], |
| 288 |
| 289 ["title", [ |
| 290 ["punctuation", "++++"], |
| 291 ["important", "Foo"], |
| 292 ["punctuation", "++++"] |
| 293 ]], |
| 294 |
| 295 ["title", [ |
| 296 ["punctuation", ",,,,"], |
| 297 ["important", "Foo"], |
| 298 ["punctuation", ",,,,"] |
| 299 ]], |
| 300 |
| 301 ["title", [ |
| 302 ["punctuation", "---"], |
| 303 ["important", "Foo"], |
| 304 ["punctuation", "---"] |
| 305 ]], |
| 306 |
| 307 ["title", [ |
| 308 ["punctuation", "...."], |
| 309 ["important", "Foo"], |
| 310 ["punctuation", "...."] |
| 311 ]], |
| 312 |
| 313 ["title", [ |
| 314 ["punctuation", "////"], |
| 315 ["important", "Foo"], |
| 316 ["punctuation", "////"] |
| 317 ]], |
| 318 |
| 319 ["title", [ |
| 320 ["punctuation", "::::"], |
| 321 ["important", "Foo"], |
| 322 ["punctuation", "::::"] |
| 323 ]], |
| 324 |
| 325 ["title", [ |
| 326 ["punctuation", ";;;;"], |
| 327 ["important", "Foo"], |
| 328 ["punctuation", ";;;;"] |
| 329 ]], |
| 330 |
| 331 ["title", [ |
| 332 ["punctuation", "<<<<"], |
| 333 ["important", "Foo"], |
| 334 ["punctuation", "<<<<"] |
| 335 ]], |
| 336 |
| 337 ["title", [ |
| 338 ["punctuation", "===="], |
| 339 ["important", "Foo"], |
| 340 ["punctuation", "===="] |
| 341 ]], |
| 342 |
| 343 ["title", [ |
| 344 ["punctuation", ">>>>"], |
| 345 ["important", "Foo"], |
| 346 ["punctuation", ">>>>"] |
| 347 ]], |
| 348 |
| 349 ["title", [ |
| 350 ["punctuation", "????"], |
| 351 ["important", "Foo"], |
| 352 ["punctuation", "????"] |
| 353 ]], |
| 354 |
| 355 ["title", [ |
| 356 ["punctuation", "@@@@"], |
| 357 ["important", "Foo"], |
| 358 ["punctuation", "@@@@"] |
| 359 ]], |
| 360 |
| 361 ["title", [ |
| 362 ["punctuation", "[[[["], |
| 363 ["important", "Foo"], |
| 364 ["punctuation", "[[[["] |
| 365 ]], |
| 366 |
| 367 ["title", [ |
| 368 ["punctuation", "\\\\\\\\"], |
| 369 ["important", "Foo"], |
| 370 ["punctuation", "\\\\\\\\"] |
| 371 ]], |
| 372 |
| 373 ["title", [ |
| 374 ["punctuation", "]]]]"], |
| 375 ["important", "Foo"], |
| 376 ["punctuation", "]]]]"] |
| 377 ]], |
| 378 |
| 379 ["title", [ |
| 380 ["punctuation", "^^^^"], |
| 381 ["important", "Foo"], |
| 382 ["punctuation", "^^^^"] |
| 383 ]], |
| 384 |
| 385 ["title", [ |
| 386 ["punctuation", "____"], |
| 387 ["important", "Foo"], |
| 388 ["punctuation", "____"] |
| 389 ]], |
| 390 |
| 391 ["title", [ |
| 392 ["punctuation", "````"], |
| 393 ["important", "Foo"], |
| 394 ["punctuation", "````"] |
| 395 ]], |
| 396 |
| 397 ["title", [ |
| 398 ["punctuation", "{{{{"], |
| 399 ["important", "Foo"], |
| 400 ["punctuation", "{{{{"] |
| 401 ]], |
| 402 |
| 403 ["title", [ |
| 404 ["punctuation", "||||"], |
| 405 ["important", "Foo"], |
| 406 ["punctuation", "||||"] |
| 407 ]], |
| 408 |
| 409 ["title", [ |
| 410 ["punctuation", "}}}}"], |
| 411 ["important", "Foo"], |
| 412 ["punctuation", "}}}}"] |
| 413 ]], |
| 414 |
| 415 ["title", [ |
| 416 ["punctuation", "~~~~"], |
| 417 ["important", "Foo"], |
| 418 ["punctuation", "~~~~"] |
| 419 ]], |
| 420 |
| 421 |
| 422 ["title", [ |
| 423 ["important", "Bar"], |
| 424 ["punctuation", "!!!!"] |
| 425 ]], |
| 426 |
| 427 ["title", [ |
| 428 ["important", "Bar"], |
| 429 ["punctuation", "\"\"\"\""] |
| 430 ]], |
| 431 |
| 432 ["title", [ |
| 433 ["important", "Bar"], |
| 434 ["punctuation", "####"] |
| 435 ]], |
| 436 |
| 437 ["title", [ |
| 438 ["important", "Bar"], |
| 439 ["punctuation", "$$$$"] |
| 440 ]], |
| 441 |
| 442 ["title", [ |
| 443 ["important", "Bar"], |
| 444 ["punctuation", "%%%%"] |
| 445 ]], |
| 446 |
| 447 ["title", [ |
| 448 ["important", "Bar"], |
| 449 ["punctuation", "&&&&"] |
| 450 ]], |
| 451 |
| 452 ["title", [ |
| 453 ["important", "Bar"], |
| 454 ["punctuation", "''''"] |
| 455 ]], |
| 456 |
| 457 ["title", [ |
| 458 ["important", "Bar"], |
| 459 ["punctuation", "(((("] |
| 460 ]], |
| 461 |
| 462 ["title", [ |
| 463 ["important", "Bar"], |
| 464 ["punctuation", "))))"] |
| 465 ]], |
| 466 |
| 467 ["title", [ |
| 468 ["important", "Bar"], |
| 469 ["punctuation", "****"] |
| 470 ]], |
| 471 |
| 472 ["title", [ |
| 473 ["important", "Bar"], |
| 474 ["punctuation", "++++"] |
| 475 ]], |
| 476 |
| 477 ["title", [ |
| 478 ["important", "Bar"], |
| 479 ["punctuation", ",,,,"] |
| 480 ]], |
| 481 |
| 482 ["title", [ |
| 483 ["important", "Bar"], |
| 484 ["punctuation", "---"] |
| 485 ]], |
| 486 |
| 487 ["title", [ |
| 488 ["important", "Bar"], |
| 489 ["punctuation", "...."] |
| 490 ]], |
| 491 |
| 492 ["title", [ |
| 493 ["important", "Bar"], |
| 494 ["punctuation", "////"] |
| 495 ]], |
| 496 |
| 497 ["title", [ |
| 498 ["important", "Bar"], |
| 499 ["punctuation", "::::"] |
| 500 ]], |
| 501 |
| 502 ["title", [ |
| 503 ["important", "Bar"], |
| 504 ["punctuation", ";;;;"] |
| 505 ]], |
| 506 |
| 507 ["title", [ |
| 508 ["important", "Bar"], |
| 509 ["punctuation", "<<<<"] |
| 510 ]], |
| 511 |
| 512 ["title", [ |
| 513 ["important", "Bar"], |
| 514 ["punctuation", "===="] |
| 515 ]], |
| 516 |
| 517 ["title", [ |
| 518 ["important", "Bar"], |
| 519 ["punctuation", ">>>>"] |
| 520 ]], |
| 521 |
| 522 ["title", [ |
| 523 ["important", "Bar"], |
| 524 ["punctuation", "????"] |
| 525 ]], |
| 526 |
| 527 ["title", [ |
| 528 ["important", "Bar"], |
| 529 ["punctuation", "@@@@"] |
| 530 ]], |
| 531 |
| 532 ["title", [ |
| 533 ["important", "Bar"], |
| 534 ["punctuation", "[[[["] |
| 535 ]], |
| 536 |
| 537 ["title", [ |
| 538 ["important", "Bar"], |
| 539 ["punctuation", "\\\\\\\\"] |
| 540 ]], |
| 541 |
| 542 ["title", [ |
| 543 ["important", "Bar"], |
| 544 ["punctuation", "]]]]"] |
| 545 ]], |
| 546 |
| 547 ["title", [ |
| 548 ["important", "Bar"], |
| 549 ["punctuation", "^^^^"] |
| 550 ]], |
| 551 |
| 552 ["title", [ |
| 553 ["important", "Bar"], |
| 554 ["punctuation", "____"] |
| 555 ]], |
| 556 |
| 557 ["title", [ |
| 558 ["important", "Bar"], |
| 559 ["punctuation", "````"] |
| 560 ]], |
| 561 |
| 562 ["title", [ |
| 563 ["important", "Bar"], |
| 564 ["punctuation", "{{{{"] |
| 565 ]], |
| 566 |
| 567 ["title", [ |
| 568 ["important", "Bar"], |
| 569 ["punctuation", "||||"] |
| 570 ]], |
| 571 |
| 572 ["title", [ |
| 573 ["important", "Bar"], |
| 574 ["punctuation", "}}}}"] |
| 575 ]], |
| 576 |
| 577 ["title", [ |
| 578 ["important", "Bar"], |
| 579 ["punctuation", "~~~~"] |
| 580 ]] |
| 581 ] |
| 582 |
| 583 ---------------------------------------------------- |
| 584 |
| 585 Checks for titles, overlined and underlined or underlined only, with every possi
ble adornments. |
OLD | NEW |