Markdown: Difference between revisions

From Noisebridge
Jump to navigation Jump to search
Lxpk (talk | contribs)
No edit summary
Lxpk (talk | contribs)
No edit summary
 
Line 2: Line 2:
Markdown is a favorite format for human-readable text documents that is supplanting HTML as the lingua franca of many types of documents, especially in software development.
Markdown is a favorite format for human-readable text documents that is supplanting HTML as the lingua franca of many types of documents, especially in software development.


We can edit Markdown inside MediaWiki that powers the Noisebridge site:
With WikiMarkdown extension can edit Markdown inside MediaWiki that powers the Noisebridge site:
* [https://www.mediawiki.org/wiki/Extension:WikiMarkdown WikiMarkdown]
* [https://www.mediawiki.org/wiki/Extension:WikiMarkdown WikiMarkdown]


The following doesn't work yet but it could:
<markdown>
<markdown>
## MARKDOWN H2
## MARKDOWN H2

Latest revision as of 16:52, 10 December 2025

Noisebridge | About | Visit | 272 | Manual | Contact | Guilds | Stuff | Events | Projects | Meetings | Donate E
Guilds (Volunteer) | Maintainers | Meta | Code | Electronics | Fabrication | Games | Sewing | Music | AI | Neuro | Philosophy | Funding | Art | Security | Ham | WGs E
MetaGuild | Recruiting Guilds | Volunteer | Documentation | Outreach | Working Groups | CommunityWG | Badges E
Documentation | Wiki | Signage | LED Signage | Posters | Labels | QR Codes | Note-taking | NoiseFacts | NoiseManual | Nb.wtf V · T · E

Markdown is a favorite format for human-readable text documents that is supplanting HTML as the lingua franca of many types of documents, especially in software development.

With WikiMarkdown extension can edit Markdown inside MediaWiki that powers the Noisebridge site:

The following doesn't work yet but it could: <markdown>

    1. MARKDOWN H2
      1. MARKDOWN H3

</markdown>