History of src/markdown.md of c64f28d26c7fd701
Not logged in

Many hyperlinks are disabled.
Use anonymous login to enable hyperlinks.

History of file src/markdown.md at check-in c64f28d26c7fd701

2025-10-10
17:20
Make use of the improved /help/CMD syntax everywhere, in place of the legacy /help?cmd=CMD syntax. file: [459394a15e] check-in: [c64f28d26c] user: drh branch: trunk, size: 7852
2024-09-03
22:05
Updatr the markdown rules doc: table header cells are left-aligned as well. file: [ff61bdc272] check-in: [f141791d80] user: danield branch: trunk, size: 7856
2024-04-27
11:46
Add markdown paragraphs special styling. See [forum:/forumpost/6e7e2f68b6|forum thread 6e7e2f68b6]. file: [172b2e79b7] check-in: [ebf6e79e42] user: juef branch: markdown-admonitions, size: 8308
2024-04-25
19:44
Add to markdown task list inapplicable variant. file: [2a00955d49] check-in: [b3da5f144c] user: juef branch: markdown-task-list, size: 8075
19:29
Add markdown task list. See [forum:/forumpost/bb6016bc44|forum thread bb6016bc44]. file: [b15f2fb048] check-in: [9583811be4] user: juef branch: markdown-task-list, size: 8007
19:29
Add markdown extra emphasis chars. See [forum:/forumpost/3618539728|forum thread 3618539728]. file: [3384a2e080] check-in: [bade58d579] user: juef branch: markdown-extra-emph-chars, size: 8067
2022-11-16
20:05
Fix harmless typos reported by [forum:/forumpost/15f7327318|forum post 15f7327318]. file: [0dd55238c8] check-in: [f3adbd8874] user: drh branch: trunk, size: 7871
2022-05-23
18:21
Added ABBR tag to the HTML whitelist, per [forum:3ae85115a8253ae4|forum post 3ae85115a82]. Ammended markdown help to refer to the safe-html setting. file: [0671164032] check-in: [11064e4692] user: stephan branch: trunk, size: 7873
2022-04-19
12:35
Code style tweaks, typos, and resolved a couple footnotes-related cosmetic TODOs. No functional changes. file: [07b41fe14f] check-in: [3a5b3d5e49] user: stephan branch: markdown-footnotes, size: 7786
11:41
Merged in latest trunk to simplify code review and ease potential upcoming merge to trunk. file: [905272b3b8] check-in: [8a4b099fb4] user: stephan branch: markdown-footnotes, size: 7787
2022-02-28
14:05
/md_rules: replaced 'complex' with 'more', per /chat discussion. file: [4077f0d42a] check-in: [369d7d1a20] user: stephan branch: trunk, size: 6375
2022-02-23
13:01
Include the '<html>' rule in the Miscellaneous section of /md_rules. file: [4664e693fa] check-in: [f0fa7f21f8] user: drh branch: trunk, size: 6378
2022-02-22
21:20
Adjustments to the "/md_rules" page, suggested on the SQLite forum: <https://sqlite.org/forum/forumpost/b8e93aa66d> file: [70049b659c] check-in: [c5e4c8b63a] user: drh branch: trunk, size: 6295
2022-02-04
16:54
Fix documentation so that an example of a referenced footnote definition inside of the fenced code block is not recognized as a real footnote defenition. This demonstrates a subtle gotcha and a possible work-arround of it. file: [1d440b0101] check-in: [7229d0f588] user: george branch: markdown-footnotes, size: 7696
00:37
Switch to (^...) for inline footnotes. Implement span-specific footnotes. Add documentation. file: [dd5dc54bf3] check-in: [cae7a5d1ca] user: george branch: markdown-footnotes, size: 7691
2021-06-17
23:34
Amend "Interwiki Tag Map" heading at the bottom of /md_rules and /wiki_rules pages: turn the word "Map" into a link to the /intermap page. file: [95ed20a5d8] check-in: [5061599031] user: george branch: trunk, size: 6284
2020-09-26
15:51
Briefly mention how to invoke Pikchr from the Markdown and Fossil Wiki rule cheatsheets. file: [72c1b8f619] check-in: [4083e5d322] user: drh branch: trunk, size: 6271
2020-08-23
14:04
Add preliminary documentation for interwiki links. List the intermap on the /md_rules and /wiki_rules pages. file: [95417d833a] check-in: [1a4158ea86] user: drh branch: interwiki, size: 5906
2020-08-22
19:07
Update the Fossil Wiki and Markdown cheat-sheets to include hyperlinks to one another. file: [2121a5c1b0] check-in: [0ae2dbd40a] user: drh branch: trunk, size: 5834
2020-01-11
01:00
Explained the "language-WORD" CSS styling used with fenced code blocks in Markdown within md_rules. file: [2c3780bc0e] check-in: [06a3361dc0] user: wyoung branch: trunk, size: 5770
2019-08-13
12:32
Improvements to the hyperlink description in /md_rules. file: [36b19ca92f] check-in: [b8fac03594] user: drh branch: trunk, size: 5348
2019-08-09
18:14
Enhance markdown to use the same hyperlink target resolving logic as Fossil wiki. That means that wiki page names and check-in and ticket hashes can now be used as markdown hyperlink URLs. Also enhance markdown hyperlinks so that if the display text is an empty string, the URL is used as the display text. file: [80465f4841] check-in: [774fb7712f] user: drh branch: trunk, size: 5265
16:37
Fix up the markdown rules to include recent enhancements to fenced code blocks. On "Markup Style:" entry boxes, provide a hyperlink for easy access to the rule sheets. file: [1e94fae9c3] check-in: [18a84ed81e] user: drh branch: trunk, size: 4704
2019-06-16
19:03
Expanded on the rules for literal/verbatim/fenced text in the /md_rules document. file: [6882d37e28] check-in: [1b2d6c30ba] user: wyoung branch: trunk, size: 5112
2019-05-11
01:42
More documentation updates to highlight recent changes. file: [58d0f6ba76] check-in: [bcea5291ce] user: drh branch: trunk, size: 4211
2018-09-28
20:54
Document reference links having no second set of square brackets file: [5257055f1e] check-in: [2856830e17] user: andygoth branch: trunk, size: 4188
2018-08-27
15:00
Correct markdown reference documentation on optional outermost | characters file: [ce356441f7] check-in: [08e4371bdc] user: andygoth branch: trunk, size: 4151
2017-09-22
18:10
Show all possible heading styles in Markdown reference. Expand table example to more closely resemble typical usage. file: [28d326a7f5] check-in: [02403f0647] user: andygoth branch: trunk, size: 4145
2017-08-06
23:48
Restore end-of-line spaces used to demonstrate mid-paragraph line break in markdown.md. The spaces were removed by [23895c7b99] which appeared to clean house on end-of-line whitespace in addition to its documented purpose. file: [3d1e319cb9] check-in: [1e491f6cc5] user: andygoth branch: trunk, size: 3757
23:32
Document Markdown tables (never knew this feature existed), and improve consistency of formatting file: [ed6fe4a164] check-in: [6f69ccdc69] user: andygoth branch: trunk, size: 3755
2017-07-14
20:47
Mention support for HTML-style comments in Markdown reference file: [2abafdbf36] check-in: [bfc29fb372] user: andygoth branch: trunk, size: 3111
2017-07-13
10:22
Update top OpenSSL 1.0.2l. Minor (harmless) compiler warnings in mkversion and codecheck1 (-Wall) file: [ea6f4c64d0] check-in: [23895c7b99] user: jan.nijtmans branch: trunk, size: 3048
2017-07-09
00:51
Document italic+bold Markdown file: [580699003b] check-in: [9e67b8ab23] user: andygoth branch: trunk, size: 3050
2017-07-08
20:42
Improve built-in Markdown reference documentation to describe more features I long wished Markdown had but just now discovered it already does file: [5c9a46569b] check-in: [3bfdafe4aa] user: andygoth branch: trunk, size: 2978
2016-06-10
13:28
Add the "Special Features" subheading in the Markdown documentation. file: [11268f1e44] check-in: [a6725ea5c5] user: drh branch: trunk, size: 2031
2016-05-29
22:59
Improved Markdown documentation. file: [c0c2e98daa] check-in: [5fcc1d5c59] user: drh branch: trunk, size: 1632
2015-10-02
10:35
Let's bring down the number of eol-spaces someswhat more. No functional changes. file: [fc02fd0456] check-in: [e757cd3d23] user: jan.nijtmans branch: trunk, size: 9308
2015-01-26
03:25
Added: Add the /md_rules page that explains the Markdown formatting rules. file: [45f6e06e03] check-in: [72759f5859] user: drh branch: trunk, size: 9334