Markdown: Difference between revisions
Jump to navigation
Jump to search
Created page with "{{wiki}} 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: * [https://www.mediawiki.org/wiki/Extension:WikiMarkdown WikiMarkdown]" |
No edit summary |
||
| (One intermediate revision by the same user not shown) | |||
| 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. | ||
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 H2 | |||
### MARKDOWN H3 | |||
</markdown> | |||
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>
- MARKDOWN H2
- MARKDOWN H3
</markdown>