Differences From Artifact [c73b21b6a8]:
- File src/markdown_html.c — part of check-in [3b10e64468] at 2019-08-23 11:07:53 on branch trunk — Markdown hyperlinks are only converted to links to wiki if the named wikipage actually exists. Otherwise, the link becomes a relative link. This is for backwards compatibility. (user: drh size: 13373) [more...]
To Artifact [e4a6b3ed56]:
- File src/markdown_html.c — part of check-in [f8e9197de4] at 2019-09-24 15:12:34 on branch trunk — Simplification of buffer management in the markdown formatter. (user: drh size: 13345)
| ︙ | |||
508 509 510 511 512 513 514 | 508 509 510 511 512 513 514 515 516 517 518 519 520 521 | - |
html_triple_emphasis,
/* low level elements */
0, /* entities are copied verbatim */
html_normal_text,
/* misc. parameters */
|
| ︙ |