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 |
||
| Line 4: | Line 4: | ||
We can edit Markdown inside MediaWiki that powers the Noisebridge site: | We 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] | ||
<markdown> | |||
## MARKDOWN H2 | |||
### MARKDOWN H3 | |||
</markdown> | |||
Revision as of 23:50, 8 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.
We can edit Markdown inside MediaWiki that powers the Noisebridge site:
<markdown>
- MARKDOWN H2
- MARKDOWN H3
</markdown>