Note: This site is currently "Under construction". I'm migrating to a new version of my site building software. Lots of things are in a state of disrepair as a result (for example, footnote links aren't working). It's all part of the process of building in public. Most things should still be readable though.

Neopolitan Inline link Tag

-- section/
-- class: border1 flow

-- h2

Basic Example

-- code/

alfa <<link|bravo|/path.html>> charlie


-- /code

-- h3

Output

-- code/

alfa <a href="/path.html>bravo</a> charlie

-- /code


-- h3

Example

-- p

alfa <<link|bravo|#>> charlie


-- /section


-- section/
-- class: border1 flow

-- h2

Multiline

-- code/


Hang tinsel from both branches. Heave 
<<link|the line 
|https://www.example.com/some/long/path>>
over the port side.

-- /code


-- h3

Output

-- code/

Hang tinsel from both branches. Heave 
<a href="https://www.example.com/some/long/path">
  the line
</a> 
over the port side.



-- /code


-- h3

Example

-- p


Hang tinsel from both branches. Heave 
<<link
|the line 
|#>>
over the port side


-- /section