Giter VIP home page Giter VIP logo

knit's People

Contributors

zachcowell avatar

knit's Issues

markup needs an "include" command

We are writing all these test scripts with sample outputs- they should be 
accessible for the purposes of documentation; i.e. we should be able to include 
test output into a page (when we are generating the html for that 
page).

Original issue reported on code.google.com by [email protected] on 9 Feb 2010 at 1:50

[http://mysite.com/some_emphasized_thanks.html Hello]

What steps will reproduce the problem?

in a content page I type:

[http://mysite.com/some_emphasized_thanks.html Hello]

What is the expected output? What do you see instead?

I except this:

<a href="http://mysite.com/some_emphasized_thanks.html">Hello</a>

Instead "markup" makes "emphasized" emphasized.

What version of the product are you using? On what operating system?

svn export http://knit.googlecode.com/svn/branches/0.2/tinytim/ 
Linux

Original issue reported on code.google.com by [email protected] on 28 Jul 2010 at 3:09

Too many hard-wired paths

There are two many explicit path references in the code. e.g. in 
site/stc/penny there is a demo function that references 
knit.googlecode.com/svn/branches/0.2

to see all, cd branches/0.2 and type  

fgrep 0.2 `find . |fgrep -v '.svn'`| less

what is needed is a modification to quill/globals.awk that lists a variable 
"Source" and then all those other files use globals and build their URLs from 
that source

Original issue reported on code.google.com by [email protected] on 11 Feb 2010 at 12:40

Markup end of line implementation

What steps will reproduce the problem?
1. I type the following as content in a page to be processed with markup

text that end with two spaces  
more text that should go below

What is the expected output? What do you see instead?

I see that markup does not implement this:

When you do want to insert a <br /> break tag using Markdown, you end a line 
with two or more spaces, then type return.

http://daringfireball.net/projects/markdown/syntax

What version of the product are you using? On what operating system?

svn export http://knit.googlecode.com/svn/branches/0.2/tinytim/ 
Linux


Original issue reported on code.google.com by [email protected] on 28 Jul 2010 at 2:51

auto-extending site/etc/tags.txt

if an html generated file does not appear in tags.txt, it should be appended to 
the end of that file.

otherwise, when new *.wak go to *.html, then we can't view them on the web

Original issue reported on code.google.com by [email protected] on 12 Feb 2010 at 1:12

First word in line as Bold

What steps will reproduce the problem?

on a content file I type

*I want this is bold*

What is the expected output? What do you see instead?

The text "I want this is bold" should appear in bold. However, markup removes 
the text.

I think this:

if (all   ~ /^[\*\+\-]/)      return "ul";

should be this:

if (all   ~ /^[\*\+\-] /)      return "ul";



What version of the product are you using? On what operating system?

svn export http://knit.googlecode.com/svn/branches/0.2/tinytim/ 
Linux


Original issue reported on code.google.com by [email protected] on 28 Jul 2010 at 3:04

onComplexit page with lots of bad links

http://artofawk.net/?onComplexit

All the links listed on that page refer to incorrect links. There should be a 
? before each link (i.e., the link imzach points to 
http://artofawk.net/imzach.html instead of artofawk.net/?imzach)

Original issue reported on code.google.com by [email protected] on 6 Mar 2010 at 8:38

Improving markup

Markup needs to be reviewed (see other Markdown implementations on the 
web). what needs to be added?

Original issue reported on code.google.com by [email protected] on 9 Feb 2010 at 1:53

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.