Skip to content

Instantly share code, notes, and snippets.

@knoebber
knoebber / phoenix-components.heex
Created June 12, 2022 18:02
Example of desired web-mode elixir .heex syntax highlighting
<.two_column>
<:title>
Pipelines
</:title>
<:left_content>
<.card_with_title>
<:title>
Listing Pipelines
</:title>
<:content>
@knoebber
knoebber / inline-code-blocks.org
Last active September 4, 2020 23:32
Github Org Bug

Tildes do not work as expected in inline code blocks.

inline code blocks uses tildes on both sides

I found this bug while trying to write ~~/.bashrc~ in documentation.

Examples

~~~