crowdfavorite / wp-capsule

The developer's code journal (built on WordPress)
https://crowdfavorite.com/capsule/
GNU General Public License v2.0
172 stars 27 forks source link

Docblock tags are interpreted as Projects #29

Closed vancoder closed 4 years ago

vancoder commented 11 years ago

Docblock tags are interpreted as Projects by Capsule.

Example:

/**

This results in the listing of global, param and return as projects.

alexkingorg commented 11 years ago

Is your code wrapped In a fenced code block? See the demo for an example.

vancoder commented 11 years ago

Code is blocked - see screen grab.

screen shot 2013-06-20 at 1 42 28 pm

alexkingorg commented 11 years ago

Have you closed the fenced code block? I can't reproduce this.

ejdanderson commented 11 years ago

This would appear to only happen when using the 4 space indent, not the Capsule supported ```

alexkingorg commented 11 years ago

So that's not a fenced code block then.

I'll leave this open, but since there is a solid work-around, I don't see it as high priority.

ejdanderson commented 11 years ago

Slightly related, inline text can use the html entities # (#) and &#64 (@) to prevent tagging.

al-esc commented 4 years ago

addressed in capsule-ui, this commit. projects, code or tags are no longer pulled from code blocks (ie: ``` ```) or doc blocks (ie: /* */)